Merge branch 'master' of https://github.com/Pyroxenium/Basalt
This commit is contained in:
@@ -66,9 +66,7 @@ return function(name, basalt)
|
||||
end,
|
||||
|
||||
setExpanded = function(self, exp)
|
||||
if(expandable)then
|
||||
expanded = exp
|
||||
end
|
||||
base:updateDraw()
|
||||
return node
|
||||
end,
|
||||
@@ -92,8 +90,8 @@ return function(name, basalt)
|
||||
end
|
||||
end,
|
||||
|
||||
setExpandable = function(self, expandable)
|
||||
expandable = expandable
|
||||
setExpandable = function(self, _expandable)
|
||||
expandable = _expandable
|
||||
base:updateDraw()
|
||||
return node
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user