mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
jsdoc tweak
This commit is contained in:
parent
29089a329b
commit
51eec113a9
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ var Texture = new Class({
|
|||
* @method Phaser.Textures.Texture#setFilter
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {(Phaser.Textures.FilterMode.LINEAR|Phaser.Textures.FilterMode.NEAREST)} filterMode - The Filter Mode.
|
||||
* @param {(Phaser.Textures.FilterMode)} filterMode - The Filter Mode.
|
||||
*/
|
||||
setFilter: function (filterMode)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue