Fix slider ball not tracking when mouse hasn't been moved since slider appeared.

This commit is contained in:
Dean Herbert
2016-12-08 21:07:20 +09:00
parent 6cfb174f02
commit f8395c4d3f
4 changed files with 15 additions and 8 deletions

View File

@ -30,7 +30,6 @@ namespace osu.Game.Modes.Objects.Drawables
public DrawableHitObject(HitObject hitObject)
{
HitObject = hitObject;
Depth = (float)hitObject.StartTime;
}
private ArmedState state;