1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Reword xmldoc slightly

This commit is contained in:
smoogipoo 2021-04-02 18:00:28 +09:00
parent 5ac36a2462
commit 9c3d15171c

View File

@ -27,7 +27,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
public override bool DisplayResult => false;
/// <summary>
/// Whether the hit sample should always be played, regardless of whether the tail was actually hit.
/// Whether the hit samples only play on successful hits.
/// If <c>false</c>, the hit samples will also play on misses.
/// </summary>
public bool SamplePlaysOnlyOnHit { get; set; } = true;