mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-22 07:56:52 -06:00
Actually remove World:change(...)
Increase version number
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ world:add(e3, e2)
|
||||
world:update(19)
|
||||
world:remove(e3, e2)
|
||||
e1.vel = nil
|
||||
world:change(e1)
|
||||
world:add(e1)
|
||||
world:update(11)
|
||||
|
||||
assert(e1.xform.x == 60, "e1.xform.x should be 60, but is " .. e1.xform.x)
|
||||
|
||||
Reference in New Issue
Block a user