diff --git a/core/src/avm2/globals/flash/display/GraphicsPath.as b/core/src/avm2/globals/flash/display/GraphicsPath.as index 9483ec430..ce8f32755 100644 --- a/core/src/avm2/globals/flash/display/GraphicsPath.as +++ b/core/src/avm2/globals/flash/display/GraphicsPath.as @@ -11,7 +11,7 @@ package flash.display { this.winding = winding; } - [API("694")] + [API("674")] // The online docs say 694, but that's a lie. This is the correct number from playerglobal.swc. public function cubicCurveTo(controlX1:Number, controlY1:Number, controlX2:Number, controlY2:Number, anchorX:Number, anchorY:Number):void { if (commands == null) { commands = new Vector.();