Add self:get_node assert, add no_auto_template flag, fix idents

This commit is contained in:
Insality
2022-03-09 18:14:40 +02:00
parent a3e5ff1116
commit 669b525c15
7 changed files with 14 additions and 11 deletions

View File

@@ -262,7 +262,6 @@ function StaticGrid.get_size(self)
end
function StaticGrid.get_size_for(self, count)
if not count or count == 0 then
return vmath.vector3(0)
@@ -475,5 +474,4 @@ function StaticGrid:_get_zero_offset_x(row_index)
end
return StaticGrid