mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Reverted world:component() to world:entity()
Co-authored-by: lolmanurfunny <77128366+lolmanurfunny@users.noreply.github.com>
This commit is contained in:
parent
1878b376e2
commit
5224c7a06f
1 changed files with 1 additions and 1 deletions
|
@ -1705,7 +1705,7 @@ TEST("world:delete() invokes OnRemove hook", function()
|
|||
local world = world_new()
|
||||
local pair = jecs.pair
|
||||
|
||||
local viewingContainer = world:component()
|
||||
local viewingContainer = world:entity()
|
||||
local character = world:entity()
|
||||
local container = world:entity()
|
||||
|
||||
|
|
Loading…
Reference in a new issue