From 1eb5ae69de688018850b981c555a3e6b37d2b5f0 Mon Sep 17 00:00:00 2001 From: Jakkzero <50273567+Jakkzero@users.noreply.github.com> Date: Sat, 27 Feb 2021 02:28:01 +0000 Subject: [PATCH] Update FreeplayState.hx --- source/FreeplayState.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/FreeplayState.hx b/source/FreeplayState.hx index 789897b20..edc68b1a8 100644 --- a/source/FreeplayState.hx +++ b/source/FreeplayState.hx @@ -237,9 +237,9 @@ class FreeplayState extends MusicBeatState function changeSelection(change:Int = 0) { - // #if !switch - // NGio.logEvent('Fresh'); - // #end + #if !switch + NGio.logEvent('Fresh'); + #end // NGio.logEvent('Fresh'); FlxG.sound.play(Paths.sound('scrollMenu'), 0.4);