mirror of
https://github.com/ppy/osu
synced 2025-01-31 18:32:14 +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)
|
||||
{
|
||||
h.Depth = (float)h.HitObject.StartTime;
|
||||
h.Scale = new Vector2(PLAYFIELD_SCALE);
|
||||
|
||||
base.Add(h);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user