diff --git a/packages/core/src/textures/BaseTexture.js b/packages/core/src/textures/BaseTexture.js index da7c843..44ceb25 100644 --- a/packages/core/src/textures/BaseTexture.js +++ b/packages/core/src/textures/BaseTexture.js @@ -310,7 +310,9 @@ /** * Helper function that creates a base texture based on the source you provide. - * The source can be - image url, image element, canvas element. + * The source can be - image url, image element, canvas element. If the + * source is an image url or an image element and not in the base texture + * cache, it will be created and loaded. * * @static * @param {string|HTMLImageElement|HTMLCanvasElement} source - The source to create base texture from.