mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 03:19:53 +08:00
Remove redundant prefix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user