From b4c4d493a0419c3a116c933433a9b0d43e40d248 Mon Sep 17 00:00:00 2001 From: cha0s Date: Thu, 25 Apr 2019 02:02:05 -0500 Subject: [PATCH] refactor: auto renderTick propagation --- client/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/app.js b/client/app.js index d1890a4..2318e72 100644 --- a/client/app.js +++ b/client/app.js @@ -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);