mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
InstallTrack: force the object selection window to close
This commit is contained in:
@@ -422,7 +422,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
}
|
||||
|
||||
auto* windowMgr = Ui::GetWindowManager();
|
||||
windowMgr->CloseByClass(WindowClass::EditorObjectSelection);
|
||||
windowMgr->ForceClose(WindowClass::EditorObjectSelection);
|
||||
windowMgr->CloseConstructionWindows();
|
||||
|
||||
gTrackDesignSceneryToggle = false;
|
||||
|
||||
Reference in New Issue
Block a user