mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-03-28 14:56:21 +01:00
Add files via upload
This commit is contained in:
parent
00eaf0fd37
commit
672bee11c8
1 changed files with 3 additions and 3 deletions
|
@ -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セクションが後に控えている時に処理が渡らないようにする
|
||||
|
|
Loading…
Add table
Reference in a new issue