mirror of https://github.com/axmolengine/axmol.git
fix LabelAtlas constructor to CC_CONSTRUCTOR_ACCESS
This commit is contained in:
parent
98b1c0bbed
commit
da9563f623
|
@ -87,7 +87,7 @@ public:
|
|||
virtual void draw(Renderer *renderer, const Mat4 &transform, uint32_t flags) override;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
CC_CONSTRUCTOR_ACCESS:
|
||||
LabelAtlas()
|
||||
:_string("")
|
||||
{}
|
||||
|
|
Loading…
Reference in New Issue