Fixed #5533: Make SpriteFrame's constructor and init functions public temporarily to avoid issues

This commit is contained in:
pandamicro 2014-06-10 11:39:48 +08:00
parent bb7cf801e6
commit 92a33225ff
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public:
// Overrides // Overrides
virtual SpriteFrame *clone() const override; virtual SpriteFrame *clone() const override;
CC_CONSTRUCTOR_ACCESS: //CC_CONSTRUCTOR_ACCESS:
/** /**
* @lua NA * @lua NA
*/ */