You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing a playing FlxSound the "time" float is always 0 UNLESS it is set. Setting works but getting it does not.
Here I have my PlayState and MusicHandler both attempting to grab the "time" value separately yet it's always at zero while the elapsed time still rises (as shown by the conductor.) It seems that even though the stream is playing it isn't setting the time on update as it should be