fix: test

This commit is contained in:
cha0s 2024-07-03 18:16:28 -05:00
parent b96566d0a0
commit 4eb1cf5772

View File

@ -52,7 +52,7 @@ function Entity({entity, ...rest}) {
return false;
}
if (debug) {
entity.Collider.recalculateAabbs();
entity.Collider?.recalculateAabbs();
}
return (
<Container