fix: test
This commit is contained in:
parent
b96566d0a0
commit
4eb1cf5772
|
@ -52,7 +52,7 @@ function Entity({entity, ...rest}) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (debug) {
|
if (debug) {
|
||||||
entity.Collider.recalculateAabbs();
|
entity.Collider?.recalculateAabbs();
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<Container
|
<Container
|
||||||
|
|
Loading…
Reference in New Issue
Block a user