refactor: auto renderTick propagation

This commit is contained in:
cha0s 2019-04-25 02:02:05 -05:00
parent 83c33f670e
commit b4c4d493a0

View File

@ -497,7 +497,6 @@ export class App extends decorate(class {}) {
const elapsed = (now - lastTime) / 1000;
lastTime = now;
this.calculateDarkness();
this.roomView.renderTick(elapsed);
this.stage.renderTick(elapsed);
// Sample.
this.rps.sample(elapsed);