mirror of
https://github.com/vrld/HC.git
synced 2024-11-18 12:54:23 +00:00
Remove debug print in hash:update()
This commit is contained in:
parent
7d09bd30e2
commit
bf95f1e5fc
@ -107,7 +107,6 @@ end
|
||||
|
||||
-- update an objects position
|
||||
function Spatialhash:update(obj, ul_old, lr_old, ul_new, lr_new)
|
||||
print('hash:update', obj)
|
||||
local ul_old, lr_old = self:cellCoords(ul_old), self:cellCoords(lr_old)
|
||||
local ul_new, lr_new = self:cellCoords(ul_new), self:cellCoords(lr_new)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user