From fd3bbcdc20993e3e25c4a704ee3d79b85099b00f Mon Sep 17 00:00:00 2001 From: tobspr Date: Mon, 28 Sep 2020 18:24:18 +0200 Subject: [PATCH] Enable beta overlay again --- src/js/game/hud/hud.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/game/hud/hud.js b/src/js/game/hud/hud.js index 3689d41a..898c9ff7 100644 --- a/src/js/game/hud/hud.js +++ b/src/js/game/hud/hud.js @@ -139,9 +139,9 @@ export class GameHUD { this.parts.sandboxController = new HUDSandboxController(this.root); } - if (!G_IS_RELEASE) { - this.parts.betaOverlay = new HUDBetaOverlay(this.root); - } + // if (!G_IS_RELEASE) { + this.parts.betaOverlay = new HUDBetaOverlay(this.root); + // } const frag = document.createDocumentFragment(); for (const key in this.parts) {