Skip to content

Commit 56f53c7

Browse files
committed
streamedVocals is now default to true.
1 parent 87b825b commit 56f53c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/options/Options.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Options
4444
public static var gpuOnlyBitmaps:Bool = #if (mac || web) false #else true #end; // causes issues on mac and web
4545
public static var language = "en"; // default to english, Flags.DEFAULT_LANGUAGE should not modify this
4646
public static var streamedMusic:Bool = true;
47-
public static var streamedVocals:Bool = false;
47+
public static var streamedVocals:Bool = true;
4848
public static var quality:Int = 1;
4949
public static var allowConfigWarning:Bool = true;
5050
#if MODCHARTING_FEATURES

0 commit comments

Comments
 (0)