1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Change DummyBeatmap's track to be 0 length

This commit is contained in:
Dean Herbert 2020-02-09 21:25:11 +09:00
parent 63696bff74
commit d73ef7c37e

View File

@ -59,7 +59,7 @@ namespace osu.Game.Beatmaps
switch (lastObject)
{
case null:
length = excess_length;
length = 0;
break;
case IHasEndTime endTime: