1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Invalidate screen on reload from object selection window

This commit is contained in:
mix
2025-05-24 02:47:12 +01:00
parent bdd912e304
commit 25fc322825
2 changed files with 2 additions and 0 deletions

View File

@@ -478,6 +478,7 @@ namespace OpenRCT2::Ui::Windows
{
objectManager.UnloadObjects({ descriptor });
objectManager.LoadObject(descriptor, entryIndex);
GfxInvalidateScreen();
}
}
break;