Fix for tiles being invisible after battle until they leave the edge

This commit is contained in:
Maruno17
2022-06-03 20:13:19 +01:00
parent ff1f9633f3
commit 2c65a9de7d
2 changed files with 4 additions and 6 deletions

View File

@@ -556,7 +556,6 @@ def pbLoadRpgxpScene(scene)
oldscene = $scene
$scene = scene
Graphics.freeze
oldscene.disposeSpritesets
visibleObjects = pbHideVisibleObjects
Graphics.transition
Graphics.freeze
@@ -566,7 +565,6 @@ def pbLoadRpgxpScene(scene)
Graphics.transition
Graphics.freeze
$scene = oldscene
$scene.createSpritesets
pbShowObjects(visibleObjects)
Graphics.transition
end