Fix for duplicate offsetmap bug

This commit is contained in:
JappaWakka 2022-05-25 20:28:08 +02:00
parent 9b0b01deb3
commit 5177d6c3f9
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
Core.Player.LastSavePlace = Screen.Level.LevelFile
Core.Player.LastSavePlacePosition = Player.Temp.LastPosition.X & "," & Player.Temp.LastPosition.Y.ToString().Replace(GameController.DecSeparator, ".") & "," & Player.Temp.LastPosition.Z
Core.OffsetMaps.Clear()
Screen.Level.Entities.Clear()
Screen.Level.Floors.Clear()
Screen.Level.Shaders.Clear()