kottore / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

GeometryData destroy with error #109

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to destroy a GemetryData
2.
3.

What is the expected output? What do you see instead?
Should work, but instead it throws "TypeError: Error #1007: Instantiation 
attempted on a non-constructor".

What version of the product are you using? On what operating system?
Lite Branch

Please provide any additional information below.
Change line 120 of GeometryData 
from vertices = new null;
to vertices = null;

Original issue reported on code.google.com by filipesilvestrim on 13 Apr 2010 at 3:00

GoogleCodeExporter commented 8 years ago

Original comment by katopz on 20 Jun 2010 at 5:03