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 53bf2c6 commit e51ab06Copy full SHA for e51ab06
Assets/__Scripts/Beatmap/Base/BaseObject.cs
@@ -25,6 +25,7 @@ public virtual void Deserialize(NetDataReader reader)
25
26
protected BaseObject()
27
{
28
+ JsonTime = 0; // needed to set songBpmTime
29
}
30
31
protected BaseObject(float time, JSONNode customData = null)
0 commit comments