mirror of
https://github.com/ppy/osu
synced 2025-02-07 13:51:59 +00:00
Properly set playfield scale.
This commit is contained in:
parent
542cff0976
commit
2211c08441
@ -173,6 +173,7 @@ namespace osu.Game.Modes.Taiko.UI
|
|||||||
public override void Add(DrawableHitObject<TaikoHitObject, TaikoJudgement> h)
|
public override void Add(DrawableHitObject<TaikoHitObject, TaikoJudgement> h)
|
||||||
{
|
{
|
||||||
h.Depth = (float)h.HitObject.StartTime;
|
h.Depth = (float)h.HitObject.StartTime;
|
||||||
|
h.Scale = new Vector2(PLAYFIELD_SCALE);
|
||||||
|
|
||||||
base.Add(h);
|
base.Add(h);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user