diff --git a/src/core/textures/BaseTexture.js b/src/core/textures/BaseTexture.js index 0d223a8..df904bb 100644 --- a/src/core/textures/BaseTexture.js +++ b/src/core/textures/BaseTexture.js @@ -736,7 +736,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.