mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 22:59:19 +02:00
Fix for writing useless log informations
This commit is contained in:
@@ -100,7 +100,6 @@ 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