mirror of https://github.com/axmolengine/axmol.git
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:
commit
8e0bfe2186
|
@ -40,7 +40,7 @@ enum positions
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class CCScale9Sprite : public CCNode, CCRGBAProtocol
|
class CCScale9Sprite : public CCNode, public CCRGBAProtocol
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CCScale9Sprite();
|
CCScale9Sprite();
|
||||||
|
|
Loading…
Reference in New Issue