mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Forgot a thing
This commit is contained in:
parent
fb63697ebd
commit
ee2a304be2
@ -133,14 +133,10 @@
|
|||||||
Private Sub ChangeTexture()
|
Private Sub ChangeTexture()
|
||||||
If Core.GameOptions.GraphicStyle = 1 Then
|
If Core.GameOptions.GraphicStyle = 1 Then
|
||||||
If WaterfallTexturesTemp.Count = 0 Or WaterTexturesTemp.Count = 0 OrElse Waterfall.WaterTexturesTemp.ContainsKey("_0") = False OrElse Waterfall.WaterTexturesTemp.ContainsKey(AdditionalValue & "_0") = False Then
|
If WaterfallTexturesTemp.Count = 0 Or WaterTexturesTemp.Count = 0 OrElse Waterfall.WaterTexturesTemp.ContainsKey("_0") = False OrElse Waterfall.WaterTexturesTemp.ContainsKey(AdditionalValue & "_0") = False Then
|
||||||
|
|
||||||
ClearAnimationResources()
|
ClearAnimationResources()
|
||||||
AddDefaultWaterAnimationResources()
|
AddDefaultWaterAnimationResources()
|
||||||
CreateWaterTextureTemp()
|
CreateWaterTextureTemp()
|
||||||
End If
|
End If
|
||||||
ClearAnimationResources()
|
|
||||||
CreateWaterTextureTemp()
|
|
||||||
End If
|
|
||||||
|
|
||||||
Select Case WaterAnimation.CurrentColumn
|
Select Case WaterAnimation.CurrentColumn
|
||||||
Case 0
|
Case 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user