Skip to content

Commit c243222

Browse files
committed
Docs update phaserjs#1231
1 parent 599bcf5 commit c243222

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gameobjects/SpriteBatch.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* 1000 sprites that all share the same texture (or texture atlas). It's also useful if running in Canvas mode and you have a lot of un-rotated or un-scaled
1111
* Sprites as it skips all of the Canvas setTransform calls, which helps performance, especially on mobile devices.
1212
*
13+
* Please note that any Sprite that is part of a SpriteBatch will not have its bounds updated, so will fail checks such as outOfBounds.
14+
*
1315
* @class Phaser.SpriteBatch
1416
* @extends Phaser.Group
1517
* @constructor

0 commit comments

Comments
 (0)