fix editor not being able to exit
This commit is contained in:
@@ -114,7 +114,7 @@ function stepEditor()
|
|||||||
end
|
end
|
||||||
|
|
||||||
if Keybind:checkPressed(Keybind.debug.editor) then
|
if Keybind:checkPressed(Keybind.debug.editor) then
|
||||||
editor_mode = editor_mode
|
editor_mode = not editor_mode
|
||||||
createTileObjects()
|
createTileObjects()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user