We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b825b commit 56f53c7Copy full SHA for 56f53c7
source/funkin/options/Options.hx
@@ -44,7 +44,7 @@ class Options
44
public static var gpuOnlyBitmaps:Bool = #if (mac || web) false #else true #end; // causes issues on mac and web
45
public static var language = "en"; // default to english, Flags.DEFAULT_LANGUAGE should not modify this
46
public static var streamedMusic:Bool = true;
47
- public static var streamedVocals:Bool = false;
+ public static var streamedVocals:Bool = true;
48
public static var quality:Int = 1;
49
public static var allowConfigWarning:Bool = true;
50
#if MODCHARTING_FEATURES
0 commit comments