Skip to content

Commit 24406d2

Browse files
committed
Updated plugin
1 parent 15f3ad2 commit 24406d2

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

plugins/spine/dist/SpinePluginDebug.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,19 +1966,11 @@ var BitmapMask = new Class({
19661966
*/
19671967
this.maskFramebuffer = null;
19681968

1969-
/**
1970-
* The previous framebuffer set in the renderer before this one was enabled.
1971-
*
1972-
* @name Phaser.Display.Masks.BitmapMask#prevFramebuffer
1973-
* @type {WebGLFramebuffer}
1974-
* @since 3.17.0
1975-
*/
1976-
this.prevFramebuffer = null;
1977-
19781969
/**
19791970
* Whether to invert the masks alpha.
19801971
*
1981-
* If `true`, the alpha of the masking pixel will be inverted before it's multiplied with the masked pixel. Essentially, this means that a masked area will be visible only if the corresponding area in the mask is invisible.
1972+
* If `true`, the alpha of the masking pixel will be inverted before it's multiplied with the masked pixel.
1973+
* Essentially, this means that a masked area will be visible only if the corresponding area in the mask is invisible.
19821974
*
19831975
* @name Phaser.Display.Masks.BitmapMask#invertAlpha
19841976
* @type {boolean}

plugins/spine/dist/SpinePluginDebug.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)