mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
fixed some statement i guess
This commit is contained in:
parent
3e368b713c
commit
72b35b8a13
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ class Scene_Map
|
|||
# Chroma.playAnim("chroma/Random_Keyboard.chroma", false);
|
||||
#end
|
||||
# If debug mode is ON and F9 key was pressed
|
||||
if Input.press?(Input::F9) && Settings[:debug] = true
|
||||
if Input.press?(Input::F9) && Settings[:debug] == true
|
||||
# Set debug calling flag
|
||||
$game_temp.debug_calling = true
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue