diff --git a/src/core/renderers/webgl/TextureManager.js b/src/core/renderers/webgl/TextureManager.js index 700f9f7..6b541d0 100644 --- a/src/core/renderers/webgl/TextureManager.js +++ b/src/core/renderers/webgl/TextureManager.js @@ -82,7 +82,7 @@ // if the location is undefined then this may have been called by n event. // this being the case the texture may already be bound to a slot. As a texture can only be bound once - // we need tofind its current location if it exists. + // we need to find its current location if it exists. if (location === undefined) { location = 0;