mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +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;
|
private readonly HitResult result;
|
||||||
|
|
||||||
public LegacyJudgementPiece(HitResult result, Drawable texture)
|
public LegacyJudgementPiece(HitResult result, Drawable drawable)
|
||||||
{
|
{
|
||||||
this.result = result;
|
this.result = result;
|
||||||
|
|
||||||
AutoSizeAxes = Axes.Both;
|
AutoSizeAxes = Axes.Both;
|
||||||
Origin = Anchor.Centre;
|
Origin = Anchor.Centre;
|
||||||
|
|
||||||
InternalChild = texture;
|
InternalChild = drawable;
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual void PlayAnimation()
|
public virtual void PlayAnimation()
|
||||||
|
Loading…
Reference in New Issue
Block a user