Docs update.

This commit is contained in:
photonstorm 2014-11-18 12:43:26 +00:00
parent 8e109b072a
commit 07d43934c6

View file

@ -182,6 +182,7 @@ This fixes a bug in FF where it would use the default DOMMouseWheel (thanks @pns
* Newly created Groups always had zero z index (thanks @spayton #1291)
* Sprite.autoCull now properly works if the camera moves around the world.
* Sprite.inCamera uses a much faster check if auto culling or world bounds checks are enabled and properly adjusts for camera position.
* Camera.totalInView is a new property that contains the total number of Sprites rendered that have `autoCull` set to true and are within the Cameras view.
### Pixi 2.1.0 New Features