mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix draw order of hitobjects.
This commit is contained in:
@ -25,6 +25,7 @@ namespace osu.Game.Beatmaps.Objects
|
||||
public DrawableHitObject(HitObject hitObject)
|
||||
{
|
||||
HitObject = hitObject;
|
||||
Depth = -(float)hitObject.StartTime;
|
||||
}
|
||||
|
||||
private ArmedState state;
|
||||
|
Reference in New Issue
Block a user