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()