Enable beta overlay again

This commit is contained in:
tobspr 2020-09-28 18:24:18 +02:00
parent 25135056f7
commit fd3bbcdc20
1 changed files with 3 additions and 3 deletions

View File

@ -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) {