Skip to content

Commit 97b1ac9

Browse files
committed
Typo fix.
1 parent 8a72f0f commit 97b1ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/webgl/FilterTexture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Phaser.Renderer.WebGL.FilterTexture.prototype = {
6161
* @param width {Number} the new width of the texture
6262
* @param height {Number} the new height of the texture
6363
*/
64-
resize = function (width, height)
64+
resize: function (width, height)
6565
{
6666
if (this.width === width && this.height === height)
6767
{

0 commit comments

Comments
 (0)