Adjust comment to read better

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert
2020-08-08 23:23:02 +09:00
committed by GitHub
parent e3105fd4c8
commit 1090137da3

View File

@ -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;