fix SimpleTextArea not using public

This commit is contained in:
Fleeym 2024-01-28 20:27:11 +02:00
parent 5d63192161
commit a105ca05fa

View file

@ -22,6 +22,7 @@ namespace geode {
* Contact me on Discord (\@smjs) if you have any questions, suggestions or bugs.
*/
class GEODE_DLL SimpleTextArea : public cocos2d::CCNode {
public:
static SimpleTextArea* create(const std::string& text, const std::string& font = "chatFont.fnt", const float scale = 1);
static SimpleTextArea* create(const std::string& text, const std::string& font, const float scale, const float width);