浏览代码

minor fix

Nicolas Cannasse 17 年之前
父节点
当前提交
73cabef832
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/flash9/display/GraphicsGradientFill.hx

+ 1 - 1
std/flash9/display/GraphicsGradientFill.hx

@@ -9,5 +9,5 @@ extern class GraphicsGradientFill implements IGraphicsFill, implements IGraphics
 	var spreadMethod : SpreadMethod;
 	var interpolationMethod : InterpolationMethod;
 	var focalPointRatio : Float;
-	function new(type : GradientType, colors : Array<UInt>, alphas : Array<Float>, ratios : Array<Float>, ?matrix : flash.geom.Matrix, ?spreadMethod : SpreadMethod, ?interpolationMethod : InterpolationMethod, ?focalPointRatio : Float) : Void;
+	function new( ?type : GradientType, ?colors : Array<UInt>, ?alphas : Array<Float>, ?ratios : Array<Float>, ?matrix : flash.geom.Matrix, ?spreadMethod : SpreadMethod, ?interpolationMethod : InterpolationMethod, ?focalPointRatio : Float) : Void;
 }