mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 00:23:01 +08:00
Add note about how global audio offset is currently applied
This commit is contained in:
parent
5dca0e3377
commit
c1c9482077
@ -270,7 +270,13 @@ namespace osu.Game.Configuration
|
||||
MouseDisableButtons,
|
||||
MouseDisableWheel,
|
||||
ConfineMouseMode,
|
||||
|
||||
/// <summary>
|
||||
/// Globally applied audio offset.
|
||||
/// This is added to the audio track's current time. Higher values will cause gameplay to occur earlier, relative to the audio track.
|
||||
/// </summary>
|
||||
AudioOffset,
|
||||
|
||||
VolumeInactive,
|
||||
MenuMusic,
|
||||
MenuVoice,
|
||||
|
Loading…
Reference in New Issue
Block a user