mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Compare commits
No commits in common. "1bfcba7422e787d1459ee040d6efdce2cdb28af0" and "af13ea9f5fc1b04b456d12efb11e97ae60fd1877" have entirely different histories.
1bfcba7422
...
af13ea9f5f
2 changed files with 262 additions and 446 deletions
|
@ -1262,7 +1262,7 @@ TEST("world:target", function()
|
|||
|
||||
local records = debug_world_inspect(world).records(e)
|
||||
CHECK(jecs.pair_first(world, pair(B, C)) == B)
|
||||
CHECK(records[pair(B, C)] > records[pair(A, E)])
|
||||
CHECK(records[pair(B, C)].column > records[pair(A, E)].column)
|
||||
CHECK(world:target(e, A, 0) == B)
|
||||
CHECK(world:target(e, A, 1) == C)
|
||||
CHECK(world:target(e, A, 2) == D)
|
||||
|
|
Loading…
Reference in a new issue