Skip to content

Commit

Permalink
dont need that
Browse files Browse the repository at this point in the history
  • Loading branch information
cyn0x8 committed Oct 26, 2024
1 parent 6b80ee6 commit 8b5a41d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions source/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ package;
import flixel.FlxGame;
import flixel.FlxState;
import funkin.Preferences;
#if desktop
import funkin.audio.ALSoftConfig; // Just to make sure DCE doesn't remove this, since it's not directly referenced anywhere else.
#end
import funkin.util.logging.CrashHandler;
import funkin.ui.debug.MemoryCounter;
import funkin.save.Save;
Expand Down
2 changes: 1 addition & 1 deletion source/funkin/audio/ALSoftConfig.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import haxe.io.Path;
* The config overrides a few global OpenALSoft settings with the aim of
* improving audio quality on desktop targets.
*/
@:keep class ALSoftConfig
class ALSoftConfig
{
#if desktop
static function __init__():Void
Expand Down

0 comments on commit 8b5a41d

Please sign in to comment.