From ffb0d419c3158a042c831415e12bec457af90ef0 Mon Sep 17 00:00:00 2001 From: cyn Date: Sun, 29 Sep 2024 15:02:30 -0700 Subject: [PATCH] keep class just in case --- source/funkin/audio/ALConfig.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/audio/ALConfig.hx b/source/funkin/audio/ALConfig.hx index 112f2c2c996..36b6cbff60f 100644 --- a/source/funkin/audio/ALConfig.hx +++ b/source/funkin/audio/ALConfig.hx @@ -2,7 +2,7 @@ package funkin.audio; import haxe.io.Path; -class ALConfig +@:keep class ALConfig { #if desktop static function __init__():Void