Reverted world:component() to world:entity()

Co-authored-by: lolmanurfunny <77128366+lolmanurfunny@users.noreply.github.com>
This commit is contained in:
Intrinsic 2025-01-16 16:40:28 -08:00
parent 1878b376e2
commit 5224c7a06f
No known key found for this signature in database

View file

@ -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()