Fix QuaverChartConverter not generating endbeat of chart.
This commit is contained in:
@@ -95,6 +95,9 @@ namespace Cryville.Crtr.Extensions.Quaver {
|
|||||||
}
|
}
|
||||||
else throw new NotSupportedException("Sound effects are not supported yet");
|
else throw new NotSupportedException("Sound effects are not supported yet");
|
||||||
}
|
}
|
||||||
|
var endbeat = tm.FractionalBeatTime;
|
||||||
|
endbeat.b += 4;
|
||||||
|
chart.endtime = endbeat;
|
||||||
meta.length = (float)tm.Time;
|
meta.length = (float)tm.Time;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user