mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Remove redundant prefix
This commit is contained in:
parent
152b846cff
commit
c8ec27c4de
@ -114,7 +114,7 @@ namespace osu.Game.Rulesets.UI
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
RelativeChildSize = new Vector2(DrawScale.X, base.RelativeChildSize.Y);
|
||||
RelativeChildSize = new Vector2(DrawScale.X, RelativeChildSize.Y);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user