Closed T1mL3arn closed 8 years ago
i previously never get problem regarding that issue. can u explain what's the problem and when does it happen?
timelineState
is used in FFDTimelineState.returnObject(timelineState);
BEFORE its initalization. Here is using AnimationState.as#L343 but initialization is later here AnimationState.as#L364. Seems a null-object is passed back to the pool.
I can't point a real problem when using DB in as3 projects. I am porting DB to Haxe and Haxe does not allow to use variable before its initializing.
The bug has been fixed :)
Here AnimationState.as#L343 is object that is initialized later there AnimationState.as#L364
Is may be need to change from this
to that ?