소스 검색

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;
 }