mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Adjust comment to read better
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
e3105fd4c8
commit
1090137da3
@ -34,7 +34,7 @@ namespace osu.Game.Skinning
|
||||
/// Defaults to false unless <see cref="Looping"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Can serve as an optimisation if it is known ahead-of-time that this behaviour will not negatively affect behaviour.
|
||||
/// Can serve as an optimisation if it is known ahead-of-time that this behaviour is allowed in a given use case.
|
||||
/// </remarks>
|
||||
protected bool SkipPlayWhenZeroVolume => !Looping;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user