fix(ViewPlayer): Added lost TreePop
This commit is contained in:
parent
f2c551cb4f
commit
cbbf276d8f
@ -129,6 +129,8 @@ namespace big
|
||||
components::button("Flying Vehicle", [] {
|
||||
toxic::flying_vehicle(g_player_service->get_selected()->id());
|
||||
});
|
||||
|
||||
ImGui::TreePop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user