mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-17 06:40:58 -08:00
Enable beta overlay again
This commit is contained in:
parent
25135056f7
commit
fd3bbcdc20
1 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue