Skip to content

Commit

Permalink
Update RingGeometry.hx
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
labe-me committed Mar 18, 2015
1 parent fef40ba commit 447b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/three/RingGeometry.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package js.three;

@:native("THREE.RingGeometry")
extern class RingGeometry {
extern class RingGeometry extends Geometry {
public function new(?innerRadius:Float, ?outerRadius:Float, ?thetaSegments:Int, ?phiSegments:Int, ?thetaStart:Float, ?thetaLength:Float) : Void;
}

0 comments on commit 447b121

Please sign in to comment.