mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Rename param to match type better
This commit is contained in:
parent
875d7dec79
commit
57eaee27ae
@ -14,14 +14,14 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
private readonly HitResult result;
|
||||
|
||||
public LegacyJudgementPiece(HitResult result, Drawable texture)
|
||||
public LegacyJudgementPiece(HitResult result, Drawable drawable)
|
||||
{
|
||||
this.result = result;
|
||||
|
||||
AutoSizeAxes = Axes.Both;
|
||||
Origin = Anchor.Centre;
|
||||
|
||||
InternalChild = texture;
|
||||
InternalChild = drawable;
|
||||
}
|
||||
|
||||
public virtual void PlayAnimation()
|
||||
|
Loading…
Reference in New Issue
Block a user