From 35c260d24f16dfaafa5b9f3ed62666c74cae7fde Mon Sep 17 00:00:00 2001 From: bizcochito Date: Sat, 29 Jan 2022 21:03:59 +0100 Subject: [PATCH] solved syntax error :comf: --- data/scripts/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/editor.lua b/data/scripts/editor.lua index 7c591f6..efdeb25 100644 --- a/data/scripts/editor.lua +++ b/data/scripts/editor.lua @@ -85,7 +85,7 @@ function EditorDoEdit() then if Keybind:CheckDown(Keybind.generic.lclick) then InstanceTile(vertical,horizontal,selecting_tile) - elseif Keybind:CheckDown(Keybind.generic.rclick) + elseif Keybind:CheckDown(Keybind.generic.rclick) then InstanceTile(vertical,horizontal,0) end LevelReloadTiles()