mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Fix for tiles being invisible after battle until they leave the edge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user