Skip to content

Commit 8a8e026

Browse files
committed
Merge commit '314b0889750792fcfbe240296361e58db224ed91' into multitexture-gl
2 parents f246c27 + 314b088 commit 8a8e026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/TileSprite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* An important note about texture dimensions:
2020
*
2121
* When running under Canvas a TileSprite can use any texture size without issue. When running under WebGL the texture should ideally be
22-
* a power of two in size (i.e. 4, 8, 16, 32, 64, 128, 256, 512, etch pixels width by height). If the texture isn't a power of two
22+
* a power of two in size (i.e. 4, 8, 16, 32, 64, 128, 256, 512, etc pixels width by height). If the texture isn't a power of two
2323
* it will be rendered to a blank canvas that is the correct size, which means you may have 'blank' areas appearing to the right and
2424
* bottom of your frame. To avoid this ensure your textures are perfect powers of two.
2525
*

0 commit comments

Comments
 (0)