solved syntax error :comf:
This commit is contained in:
parent
c4ef2f2e8c
commit
35c260d24f
|
@ -85,7 +85,7 @@ function EditorDoEdit()
|
||||||
then
|
then
|
||||||
if Keybind:CheckDown(Keybind.generic.lclick) then
|
if Keybind:CheckDown(Keybind.generic.lclick) then
|
||||||
InstanceTile(vertical,horizontal,selecting_tile)
|
InstanceTile(vertical,horizontal,selecting_tile)
|
||||||
elseif Keybind:CheckDown(Keybind.generic.rclick)
|
elseif Keybind:CheckDown(Keybind.generic.rclick) then
|
||||||
InstanceTile(vertical,horizontal,0)
|
InstanceTile(vertical,horizontal,0)
|
||||||
end
|
end
|
||||||
LevelReloadTiles()
|
LevelReloadTiles()
|
||||||
|
|
Loading…
Reference in New Issue