Fix water not being reset between gamemodes

This commit is contained in:
JappaWakka 2023-06-05 13:50:41 +02:00
parent 840bd17aba
commit 228cc77755
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
Private Sub ChangeTexture()
If Core.GameOptions.GraphicStyle = 1 Then
If WaterTexturesTemp.Count = 0 Then
If WaterTexturesTemp.Count = 0 OrElse Water.WaterTexturesTemp.ContainsKey("_0") = False Then
ClearAnimationResources()
CreateWaterTextureTemp()
End If