mirror of https://github.com/axmolengine/axmol.git
fixed bug of definition of utils:: getCascadeBoundingBox()
This commit is contained in:
parent
6313f9a622
commit
0cb8a3922b
|
@ -86,7 +86,7 @@ namespace utils
|
||||||
/**
|
/**
|
||||||
* calculate all children's boundingBox
|
* calculate all children's boundingBox
|
||||||
*/
|
*/
|
||||||
Rect getCascadeBoundingBox(Node *node);
|
Rect CC_DLL getCascadeBoundingBox(Node *node);
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_CC_END
|
NS_CC_END
|
||||||
|
|
Loading…
Reference in New Issue