Skip to content

Commit

Permalink
Fix GRAPHICS_CURVES.adaptive documentation default value to true (pix…
Browse files Browse the repository at this point in the history
  • Loading branch information
EIA authored Oct 4, 2020
1 parent c9eab93 commit 2a4fca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphics/src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export interface IGraphicsCurvesSettings {
* @memberof PIXI
* @name GRAPHICS_CURVES
* @type {object}
* @property {boolean} adaptive=false - flag indicating if the resolution should be adaptive
* @property {boolean} adaptive=true - flag indicating if the resolution should be adaptive
* @property {number} maxLength=10 - maximal length of a single segment of the curve (if adaptive = false, ignored)
* @property {number} minSegments=8 - minimal number of segments in the curve (if adaptive = false, ignored)
* @property {number} maxSegments=2048 - maximal number of segments in the curve (if adaptive = false, ignored)
Expand Down

0 comments on commit 2a4fca2

Please sign in to comment.