We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a72f0f commit 97b1ac9Copy full SHA for 97b1ac9
1 file changed
src/renderer/webgl/FilterTexture.js
@@ -61,7 +61,7 @@ Phaser.Renderer.WebGL.FilterTexture.prototype = {
61
* @param width {Number} the new width of the texture
62
* @param height {Number} the new height of the texture
63
*/
64
- resize = function (width, height)
+ resize: function (width, height)
65
{
66
if (this.width === width && this.height === height)
67
0 commit comments