fix editor not being able to exit

This commit is contained in:
lustlion 2022-03-07 03:58:01 +01:00
parent 5c9fc39fad
commit 081fd99d04

View File

@ -114,7 +114,7 @@ function stepEditor()
end
if Keybind:checkPressed(Keybind.debug.editor) then
editor_mode = editor_mode
editor_mode = not editor_mode
createTileObjects()
end
end