Merge pull request #1264 from edbartley/gles20

fixed #1452: CCRGBAProtocol must be public in order for actions like CCTintTo to have an affect on the CCScale9Sprite.
This commit is contained in:
James Chen 2012-08-30 08:31:01 -07:00
commit 8e0bfe2186
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ enum positions
* @{ * @{
*/ */
class CCScale9Sprite : public CCNode, CCRGBAProtocol class CCScale9Sprite : public CCNode, public CCRGBAProtocol
{ {
public: public:
CCScale9Sprite(); CCScale9Sprite();