diff --git a/src/core/textures/BaseTexture.js b/src/core/textures/BaseTexture.js index 5c6006e..3f3616f 100644 --- a/src/core/textures/BaseTexture.js +++ b/src/core/textures/BaseTexture.js @@ -134,15 +134,13 @@ */ this.mipmap = CONST.MIPMAP_TEXTURES; - /** * - * Set this to true if a mipmap of this texture needs to be generated. This value needs to be set before the texture is used - * Also the texture must be a power of two size to work + * WebGL Texture wrap mode * * @member {boolean} */ - this.wrap = CONST.MIPMAP_TEXTURES; + this.wrapMode = CONST.WRAP_MODES.DEFAULT; /** * A map of renderer IDs to webgl textures