Skip to content

Commit 7c433c4

Browse files
committed
Reduce LOST_FOCUS_VOLUME_MULTIPLIER to 10%
1 parent b7ff71e commit 7c433c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/util/Constants.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ class Constants
574574
/**
575575
* How much volume should be reduced on Application Focus Lost.
576576
*/
577-
public static final LOST_FOCUS_VOLUME_MULTIPLIER:Float = 0.15;
577+
public static final LOST_FOCUS_VOLUME_MULTIPLIER:Float = 0.1;
578578

579579
/**
580580
* Duration, in seconds, how long should volume reduce.

0 commit comments

Comments
 (0)