fix(ViewPlayer): Added lost TreePop

This commit is contained in:
Yimura 2022-05-10 16:54:38 +02:00
parent 1a3d2ecad9
commit f9b729040f

View File

@ -129,6 +129,8 @@ namespace big
components::button("Flying Vehicle", [] {
toxic::flying_vehicle(g_player_service->get_selected()->id());
});
ImGui::TreePop();
}
}
}