Changes in camera shaking, and others:

clatter sounds, csm stage boundaries, particles physics and hiding log panel when in launcher mode.
This commit is contained in:
Jano211
2023-08-11 21:34:09 +02:00
committed by Hirek
parent 9ff3ff195d
commit 797045e8ae
8 changed files with 129 additions and 43 deletions

View File

@@ -100,6 +100,7 @@ void ui::scenerylist_panel::draw_launch_box()
ImGui::TextWrapped(selected_trainset->description.c_str());
if (ImGui::Button(STR_C("Launch"), ImVec2(-1, 0))) {
Global.loading_log = !Global.loading_log;
if (!launch_simulation())
ImGui::OpenPopup("missing_driver");
}