From 1a95c5ba300b27366b5dee203c0851fedaf6ed32 Mon Sep 17 00:00:00 2001 From: Diego Marcos Date: Mon, 24 Sep 2018 19:06:14 -0700 Subject: [PATCH] Reverse overlay activation flag. Overlay is enabled when menu is active --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index b77fa0d..bcd494e 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,7 @@ bind__beat-loader="challengeId: challenge.id; difficulty: challenge.difficulty" bind__song="challengeId: challenge.id; isPlaying: !menu.active && !challenge.isLoading" bind__song-preview-system="selectedChallengeId: menuSelectedChallenge.id" - bind__overlay="enabled: !menu.active" + bind__overlay="enabled: menu.active" console-shortcuts debug-controller effect-bloom="strength: 1"