Fixes F12 soft reset

This commit is contained in:
chardub
2025-02-15 14:19:00 -05:00
parent fdcfbb5bb4
commit 28a982ce15

View File

@@ -141,7 +141,7 @@ def showLoadingScreen
picture = Sprite.new(@viewport)
picture.bitmap = pbBitmap(intro_frames_path)
picture.visible=true
pbWait(Graphics.frame_rate / 20)
Graphics.update
picture.dispose
end