mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
change requires
This commit is contained in:
parent
2751a3d939
commit
b6b1f77917
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
local jecs = require("../src/init")
|
||||
|
||||
local testkit = require("../testkit")
|
||||
local jecs = require("@jecs")
|
||||
local testkit = require("@testkit")
|
||||
|
||||
local BENCH, START = testkit.benchmark()
|
||||
|
||||
|
|
Loading…
Reference in a new issue