mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 03:59:54 +08:00
Change DummyBeatmap's track to be 0 length
This commit is contained in:
@@ -59,7 +59,7 @@ namespace osu.Game.Beatmaps
|
||||
switch (lastObject)
|
||||
{
|
||||
case null:
|
||||
length = excess_length;
|
||||
length = 0;
|
||||
break;
|
||||
|
||||
case IHasEndTime endTime:
|
||||
|
||||
Reference in New Issue
Block a user