From 672bee11c84b38eb7d82a93ce523a9a295312a90 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:22:55 +0200 Subject: [PATCH] Add files via upload --- mkxp-z/Kawariki-patches/ports/wxexittest.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkxp-z/Kawariki-patches/ports/wxexittest.rb b/mkxp-z/Kawariki-patches/ports/wxexittest.rb index 6742610..ed672e7 100644 --- a/mkxp-z/Kawariki-patches/ports/wxexittest.rb +++ b/mkxp-z/Kawariki-patches/ports/wxexittest.rb @@ -123,7 +123,7 @@ class << SceneManager # ● 実行 #-------------------------------------------------------------------------- def SceneManager.run - # Exit.setup + Exit.setup Exit.clearreset(true) __wfexit_run__ end @@ -183,9 +183,9 @@ ensure # ------------------------------------------------------------------------- # 後処理を担当します。 # スクリプト内容によってはここで解放処理が必要になることがあります。 - # Exit.dispose + Exit.dispose # ★ ---------------------------------------------------------------------- - # Exit.quit # フックを解放する。実行しないと終了しない危険性大 + Exit.quit # フックを解放する。実行しないと終了しない危険性大 end exit # Mainセクションが後に控えている時に処理が渡らないようにする