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

Invalidate screen when toggling transparent water flag

Pointed out here: https://github.com/OpenRCT2/OpenRCT2/issues/14753#issuecomment-849024680
This commit is contained in:
Michael Steenbeek
2021-07-27 12:16:36 +02:00
committed by GitHub
parent 13aee659f0
commit 9c2fb84a53

View File

@@ -711,6 +711,7 @@ static void ShortcutToggleTransparentWater()
gConfigGeneral.transparent_water ^= 1;
config_save_default();
gfx_invalidate_screen();
}
#pragma endregion