chore: format
This commit is contained in:
parent
497b4219e4
commit
f99477c693
|
@ -98,6 +98,7 @@ export class EntityList extends decorate(class {}) {
|
|||
}
|
||||
|
||||
tick(elapsed) {
|
||||
// Run after destruction tickers.
|
||||
this.tickAfterDestructionTickers(elapsed);
|
||||
// Run normal tickers.
|
||||
for (const uuid in this._entities) {
|
||||
|
@ -120,7 +121,6 @@ export class EntityList extends decorate(class {}) {
|
|||
}
|
||||
|
||||
tickAfterDestructionTickers(elapsed) {
|
||||
// Run after destruction tickers.
|
||||
const finishedTickers = [];
|
||||
for (let i = 0; i < this._afterDestructionTickers.length; ++i) {
|
||||
const ticker = this._afterDestructionTickers[i];
|
||||
|
|
Loading…
Reference in New Issue
Block a user