Fixed bug in def pbLoadRpgxpScene

This commit is contained in:
Maruno17
2020-10-16 21:11:13 +01:00
parent da5c9680d4
commit 579a6cbe2a

View File

@@ -1172,10 +1172,10 @@ def pbLoadRpgxpScene(scene)
end
Graphics.transition(20)
Graphics.freeze
oldscene.createSpritesets
$scene = oldscene
$scene.createSpritesets
pbShowObjects(visibleObjects)
Graphics.transition(20)
$scene = oldscene
end