remove unnecessary variable

This commit is contained in:
Aergwyn
2018-01-22 12:44:55 +01:00
parent 66176f2882
commit b726f90c37
2 changed files with 1 additions and 3 deletions

View File

@ -93,7 +93,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
{
var drawableRepeatPoint = new DrawableRepeatPoint(repeatPoint, this)
{
FadeInTime = repeatPoint.StartTime - s.RepeatDuration / 2,
Position = repeatPoint.Position
};