fix editor not being able to exit
This commit is contained in:
parent
5c9fc39fad
commit
081fd99d04
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user