mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Reword xmldoc slightly
This commit is contained in:
parent
5ac36a2462
commit
9c3d15171c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user