fix LabelAtlas constructor to CC_CONSTRUCTOR_ACCESS

This commit is contained in:
joshuastray 2014-07-15 15:26:37 +08:00
parent 98b1c0bbed
commit da9563f623
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public:
virtual void draw(Renderer *renderer, const Mat4 &transform, uint32_t flags) override;
#endif
protected:
CC_CONSTRUCTOR_ACCESS:
LabelAtlas()
:_string("")
{}