remove TitleState.soundExt

This commit is contained in:
George FunBook
2021-02-11 13:14:16 -06:00
parent da69d16d80
commit a5957262af
3 changed files with 0 additions and 18 deletions

View File

@ -26,10 +26,6 @@ class MusicBeatState extends FlxUIState
if (transIn != null)
trace('reg ' + transIn.region);
#if (!web)
TitleState.soundExt = '.ogg';
#end
super.create();
}