solved syntax error :comf:
This commit is contained in:
parent
c4ef2f2e8c
commit
35c260d24f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue