mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
loose -> lose typo in Container.js
This commit is contained in:
parent
c78b3a007d
commit
0f6e37ebfd
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ var tempTransformMatrix = new Components.TransformMatrix();
|
||||||
*
|
*
|
||||||
* It's important to understand the impact of using Containers. They add additional processing overhead into
|
* It's important to understand the impact of using Containers. They add additional processing overhead into
|
||||||
* every one of their children. The deeper you nest them, the more the cost escalates. This is especially true
|
* every one of their children. The deeper you nest them, the more the cost escalates. This is especially true
|
||||||
* for input events. You also loose the ability to set the display depth of Container children in the same
|
* for input events. You also lose the ability to set the display depth of Container children in the same
|
||||||
* flexible manner as those not within them. In short, don't use them for the sake of it. You pay a small cost
|
* flexible manner as those not within them. In short, don't use them for the sake of it. You pay a small cost
|
||||||
* every time you create one, try to structure your game around avoiding that where possible.
|
* every time you create one, try to structure your game around avoiding that where possible.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue