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