1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Fix ride window viewport focus on viewport rotate

This commit is contained in:
mix
2025-05-18 02:49:39 +01:00
parent 3c9136ac4f
commit 7fcfef97f7

View File

@@ -2311,6 +2311,7 @@ namespace OpenRCT2::Ui::Windows
void MainViewportRotate()
{
focus = std::nullopt;
InitViewport();
}