mirror of
https://github.com/ppy/osu
synced 2024-12-15 19:36:34 +00:00
Fix draw order of hitobjects.
This commit is contained in:
parent
da18e2d4f6
commit
9df43c6d33
@ -25,6 +25,7 @@ namespace osu.Game.Beatmaps.Objects
|
||||
public DrawableHitObject(HitObject hitObject)
|
||||
{
|
||||
HitObject = hitObject;
|
||||
Depth = -(float)hitObject.StartTime;
|
||||
}
|
||||
|
||||
private ArmedState state;
|
||||
|
Loading…
Reference in New Issue
Block a user