kottore / away3d

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

Syntax error on line 166 Cylinder.HX #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Line 166 in Cylinder.HX reads:

public var segmentsH(get_segmentsH, set_segmentsH):Int

It should read (add the semi-colon):

public var segmentsH(get_segmentsH, set_segmentsH):Int;

Original issue reported on code.google.com by matthewc...@gmail.com on 17 Mar 2010 at 3:36

GoogleCodeExporter commented 8 years ago
Fixed in trunk by Rob 25/6

Original comment by jens...@gmail.com on 30 Jun 2010 at 10:36