Skip to content

Commit dd954de

Browse files
committed
Updated jsdoc
1 parent 0aa071f commit dd954de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/textures/Texture.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ var TextureSource = require('./TextureSource');
1010

1111
/**
1212
* @classdesc
13-
* A Texture consists of a source, usually an Image from the Cache, or a Canvas, and a collection
14-
* of Frames. The Frames represent the different areas of the Texture. For example a texture atlas
13+
* A Texture consists of a source, usually an Image from the Cache, and a collection of Frames.
14+
* The Frames represent the different areas of the Texture. For example a texture atlas
1515
* may have many Frames, one for each element within the atlas. Where-as a single image would have
1616
* just one frame, that encompasses the whole image.
1717
*

0 commit comments

Comments
 (0)