Return grid binding

This commit is contained in:
Insality
2020-11-08 23:22:33 +03:00
parent 74efdbfe71
commit e038d70039
2 changed files with 3 additions and 44 deletions

View File

@@ -224,14 +224,6 @@ function DynamicGrid.get_size(self, border)
end
function DynamicGrid.get_size_for(self, count)
return vmath.vector3(
self.border.z - self.border.x,
self.border.y - self.border.w,
0)
end
--- Return grid content borders
-- @tparam DynamicGrid self
-- @treturn vector3 The grid content borders