From 54087818047de6b59e8283b8df367ebb67a3c287 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sat, 27 Mar 2021 16:11:14 -0700 Subject: [PATCH] reverted the ng thingies --- source/TitleState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/TitleState.hx b/source/TitleState.hx index 8d31350f8..2f9c3a7f1 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -66,7 +66,7 @@ class TitleState extends MusicBeatState PlayerSettings.init(); Highscore.load(); - #if ng + #if newgrounds NGio.init(); #end @@ -300,7 +300,7 @@ class TitleState extends MusicBeatState transitioning = true; // FlxG.sound.music.stop(); - #if ng + #if newgrounds if (!OutdatedSubState.leftState) { NGio.checkVersion(function(version)