mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 17:28:18 +00:00
jsdoc tweak.
This commit is contained in:
parent
64b1794d67
commit
87ac0b8f50
1 changed files with 0 additions and 2 deletions
|
@ -80,7 +80,6 @@ PIXI.CanvasRenderer = function(width, height, options)
|
||||||
*/
|
*/
|
||||||
this.autoResize = options.autoResize || false;
|
this.autoResize = options.autoResize || false;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The width of the canvas view
|
* The width of the canvas view
|
||||||
*
|
*
|
||||||
|
@ -156,7 +155,6 @@ PIXI.CanvasRenderer = function(width, height, options)
|
||||||
/**
|
/**
|
||||||
* If true Pixi will Math.floor() x/y values when rendering, stopping pixel interpolation.
|
* If true Pixi will Math.floor() x/y values when rendering, stopping pixel interpolation.
|
||||||
* Handy for crisp pixel art and speed on legacy devices.
|
* Handy for crisp pixel art and speed on legacy devices.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
roundPixels: false
|
roundPixels: false
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue