From 579a6cbe2a8b0a9d2068e4a1cd01ea32206a39f5 Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Fri, 16 Oct 2020 21:11:13 +0100 Subject: [PATCH] Fixed bug in def pbLoadRpgxpScene --- .../Scripts/020_System and utilities/005_PSystem_Utilities.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/Scripts/020_System and utilities/005_PSystem_Utilities.rb b/Data/Scripts/020_System and utilities/005_PSystem_Utilities.rb index 30ab59ff8..7e68c1af5 100644 --- a/Data/Scripts/020_System and utilities/005_PSystem_Utilities.rb +++ b/Data/Scripts/020_System and utilities/005_PSystem_Utilities.rb @@ -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