We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51ab06 commit 6baa854Copy full SHA for 6baa854
Assets/__Scripts/Beatmap/Base/BaseSlider.cs
@@ -34,6 +34,7 @@ public override void Deserialize(NetDataReader reader)
34
35
protected BaseSlider()
36
{
37
+ TailJsonTime = 0; // needed to set tailSongBpmTime
38
}
39
40
protected BaseSlider(float time, int posX, int posY, int color, int cutDirection, int angleOffset,
0 commit comments