mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:12:54 +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"/>.
|
/// Defaults to false unless <see cref="Looping"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <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>
|
/// </remarks>
|
||||||
protected bool SkipPlayWhenZeroVolume => !Looping;
|
protected bool SkipPlayWhenZeroVolume => !Looping;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user