Fix water not being reset between gamemodes
This commit is contained in:
parent
840bd17aba
commit
228cc77755
|
@ -197,7 +197,7 @@
|
||||||
|
|
||||||
Private Sub ChangeTexture()
|
Private Sub ChangeTexture()
|
||||||
If Core.GameOptions.GraphicStyle = 1 Then
|
If Core.GameOptions.GraphicStyle = 1 Then
|
||||||
If WaterTexturesTemp.Count = 0 Then
|
If WaterTexturesTemp.Count = 0 OrElse Water.WaterTexturesTemp.ContainsKey("_0") = False Then
|
||||||
ClearAnimationResources()
|
ClearAnimationResources()
|
||||||
CreateWaterTextureTemp()
|
CreateWaterTextureTemp()
|
||||||
End If
|
End If
|
||||||
|
|
Loading…
Reference in New Issue