@@ -90,7 +90,7 @@ namespace Ichni.RhythmGame
|
||||
UnityAction action = (() =>
|
||||
{
|
||||
Debug.Log($"Song Information Updated: {songName}, BPM: {bpm}, Delay: {delay}, Offset: {offset}");
|
||||
EditorManager.instance.uiManager.timeline.timePointerModule.Initialize(delay, bpm);
|
||||
EditorManager.instance.uiManager.timeline.timePointerModule.OnceSpawn();
|
||||
});
|
||||
p.AddListenerFunction(action);
|
||||
o.AddListenerFunction(action);
|
||||
|
||||
Reference in New Issue
Block a user