mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:22:56 +08:00
Fix typo in DrawableTaikoHitObject
This commit is contained in:
parent
ecd40072c4
commit
f4b5a17b65
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Moves <see cref="Content"/> to a layer proxied above the playfield.
|
/// Moves <see cref="Content"/> to a layer proxied above the playfield.
|
||||||
/// Does nothing is content is already proxied.
|
/// Does nothing if content is already proxied.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected void ProxyContent()
|
protected void ProxyContent()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user