fixed some statement i guess
This commit is contained in:
parent
3e368b713c
commit
72b35b8a13
|
|
@ -326,7 +326,7 @@ class Scene_Map
|
||||||
# Chroma.playAnim("chroma/Random_Keyboard.chroma", false);
|
# Chroma.playAnim("chroma/Random_Keyboard.chroma", false);
|
||||||
#end
|
#end
|
||||||
# If debug mode is ON and F9 key was pressed
|
# 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
|
# Set debug calling flag
|
||||||
$game_temp.debug_calling = true
|
$game_temp.debug_calling = true
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue