mirror of
https://github.com/vrld/HC.git
synced 2024-11-18 12:54:23 +00:00
Fix #48
This commit is contained in:
parent
7cac6db548
commit
358c7a80b5
@ -29,6 +29,7 @@ if not (type(common) == 'table' and common.class and common.instance) then
|
|||||||
require(_PACKAGE .. '.class')
|
require(_PACKAGE .. '.class')
|
||||||
common_local, common = common, common_local
|
common_local, common = common, common_local
|
||||||
end
|
end
|
||||||
|
local vector = require(_PACKAGE .. '.vector-light')
|
||||||
|
|
||||||
local Spatialhash = {}
|
local Spatialhash = {}
|
||||||
function Spatialhash:init(cell_size)
|
function Spatialhash:init(cell_size)
|
||||||
|
Loading…
Reference in New Issue
Block a user