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:
committed by
GitHub
parent
13aee659f0
commit
9c2fb84a53
@@ -711,6 +711,7 @@ static void ShortcutToggleTransparentWater()
|
||||
|
||||
gConfigGeneral.transparent_water ^= 1;
|
||||
config_save_default();
|
||||
gfx_invalidate_screen();
|
||||
}
|
||||
|
||||
#pragma endregion
|
||||
|
||||
Reference in New Issue
Block a user