1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Ensure we invalidate the window when changing viewport location

This commit is contained in:
ζeh Matt
2025-04-25 17:33:47 +03:00
parent 8503faa289
commit 7a764a05a8

View File

@@ -18,6 +18,8 @@ namespace OpenRCT2
{
viewport->viewPos = savedViewPos;
}
Invalidate();
}
void WindowBase::Invalidate()