mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Force object selection window to close when changing scenes
This commit is contained in:
@@ -586,6 +586,10 @@ public:
|
||||
{
|
||||
switch (windowClass)
|
||||
{
|
||||
case WindowClass::EditorObjectSelection:
|
||||
EditorObjectSelectionClose();
|
||||
break;
|
||||
|
||||
case WindowClass::NetworkStatus:
|
||||
WindowNetworkStatusClose();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user