diff --git a/away3d/primitives/PrimitiveBase.hx b/away3d/primitives/PrimitiveBase.hx index d45a877..646cfa1 100755 --- a/away3d/primitives/PrimitiveBase.hx +++ b/away3d/primitives/PrimitiveBase.hx @@ -18,7 +18,6 @@ class PrimitiveBase extends Geometry { private var _subGeometry:CompactSubGeometry; /** * Creates a new PrimitiveBase object. - * @param material The material with which to render the object */ public function new() { super();