Fixed bug related to water animations

This commit is contained in:
JappaWakka 2022-09-22 12:13:46 +02:00
parent da2242b24b
commit f40413e4b2
1 changed files with 0 additions and 2 deletions

View File

@ -303,9 +303,7 @@
Core.OffsetMaps.Clear()
TextureManager.TextureList.Clear()
TextureManager.TextureRectList.Clear()
Water.ClearAnimationResources()
Whirlpool.LoadedWaterTemp = False
Waterfall.ClearAnimationResources()
Core.SetScreen(New PressStartScreen())
Core.Player.loadedSave = False
End Sub