Compare commits
2 Commits
8ad68f914d
...
ec290eb18b
| Author | SHA1 | Date | |
|---|---|---|---|
| ec290eb18b | |||
| 958d3bc245 |
@ -8,7 +8,7 @@ grid.__index = grid
|
||||
--- adds a value to the grid
|
||||
--- @param value any
|
||||
function grid:add(value)
|
||||
grid[tostring(value.position)] = value
|
||||
self.__grid[tostring(value.position)] = value
|
||||
end
|
||||
|
||||
--- @param position Vec3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user