mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed bug in def pbLoadRpgxpScene
This commit is contained in:
@@ -1172,10 +1172,10 @@ def pbLoadRpgxpScene(scene)
|
|||||||
end
|
end
|
||||||
Graphics.transition(20)
|
Graphics.transition(20)
|
||||||
Graphics.freeze
|
Graphics.freeze
|
||||||
oldscene.createSpritesets
|
$scene = oldscene
|
||||||
|
$scene.createSpritesets
|
||||||
pbShowObjects(visibleObjects)
|
pbShowObjects(visibleObjects)
|
||||||
Graphics.transition(20)
|
Graphics.transition(20)
|
||||||
$scene = oldscene
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user