google-code-export / papervision3d

Automatically exported from code.google.com/p/papervision3d
1 stars 1 forks source link

ANIMATIONS_PROGRESS event not firing in DAE.as parser. #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using revision 869.

method: onParseAnimationsProgress() in DAE.as - line 1743 is missing the 
following line in order to dispatch the ANIMATIONS_PROGRESS event.

dispatchEvent(new FileLoadEvent(FileLoadEvent.ANIMATIONS_PROGRESS, 
this.filename, event.bytesLoaded, event.bytesTotal));

Original issue reported on code.google.com by andy.gri...@gmail.com on 24 Jan 2009 at 6:54

GoogleCodeExporter commented 9 years ago
assigning to Tim

Original comment by neori...@gmail.com on 29 Jan 2009 at 10:44

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by azu...@gmail.com on 30 Mar 2009 at 2:02