mirror of
https://github.com/ppy/osu
synced 2025-01-22 05:43:14 +00:00
Fix offsets
This commit is contained in:
parent
90acba8c36
commit
4b1a2b5bc2
@ -61,7 +61,11 @@ namespace osu.Game.Rulesets.Taiko
|
||||
{
|
||||
RelativeSizeAxes = Axes.None;
|
||||
|
||||
AddInternal(new HitPiece { RelativeSizeAxes = Axes.Both });
|
||||
AddInternal(new HitPiece
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Origin = Anchor.TopLeft
|
||||
});
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
|
Loading…
Reference in New Issue
Block a user