fix: omega derp
This commit is contained in:
parent
24a35b5f2a
commit
69c3a87da3
|
@ -268,6 +268,7 @@ export default class Ecs {
|
|||
markChange(entityId, components) {
|
||||
if (this.deferredChanges[entityId]) {
|
||||
this.deferredChanges[entityId].push(components);
|
||||
return;
|
||||
}
|
||||
// Deleted?
|
||||
if (false === components) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user