fix(ViewPlayer): Added lost TreePop

This commit is contained in:
Yimura 2022-05-10 16:54:38 +02:00
parent f2c551cb4f
commit cbbf276d8f
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

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