solved syntax error :comf:

This commit is contained in:
bizcochito 2022-01-29 21:03:59 +01:00
parent c4ef2f2e8c
commit 35c260d24f
1 changed files with 1 additions and 1 deletions

View File

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