mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
get_all_pos fix
This commit is contained in:
parent
300fbf1309
commit
8741e6cb74
@ -274,7 +274,7 @@ end
|
||||
function DynamicGrid.get_all_pos(self)
|
||||
local result = {}
|
||||
for i, node in pairs(self.nodes) do
|
||||
table.insert(result, gui.get_position(node))
|
||||
table.insert(result, gui.get_position(node.node))
|
||||
end
|
||||
|
||||
return result
|
||||
|
Loading…
x
Reference in New Issue
Block a user