mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user