diff --git a/src/pixi/textures/BaseTexture.js b/src/pixi/textures/BaseTexture.js index 0662050..7e08fcc 100644 --- a/src/pixi/textures/BaseTexture.js +++ b/src/pixi/textures/BaseTexture.js @@ -79,7 +79,7 @@ // used for webGL this._glTextures = []; - // used for webGL teture updateing... + // used for webGL texture updating... this._dirty = []; if(!source)return;