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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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