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:
parent
63696bff74
commit
d73ef7c37e
@ -59,7 +59,7 @@ namespace osu.Game.Beatmaps
|
||||
switch (lastObject)
|
||||
{
|
||||
case null:
|
||||
length = excess_length;
|
||||
length = 0;
|
||||
break;
|
||||
|
||||
case IHasEndTime endTime:
|
||||
|
Loading…
Reference in New Issue
Block a user