mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
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…
x
Reference in New Issue
Block a user