Move sett from EndTime to Duration

This commit is contained in:
Dean Herbert
2020-05-27 12:37:44 +09:00
parent a953f9e422
commit 534dccc0c3
17 changed files with 50 additions and 50 deletions

View File

@ -296,7 +296,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
if (endTimeHitObject.EndTime == snappedTime)
return;
endTimeHitObject.EndTime = snappedTime;
endTimeHitObject.Duration = snappedTime - hitObject.StartTime;
break;
}