1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 18:20:47 +08:00

Remove redundant prefix

This commit is contained in:
Dean Herbert
2018-01-04 16:31:41 +09:00
Unverified
parent 152b846cff
commit c8ec27c4de
+1 -1
View File
@@ -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);
}
}
}