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