mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 09:55:34 -05:00
Fixed the deprecation message
This commit is contained in:
parent
3cdd0ee74b
commit
d1eccab22d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace geode {
|
||||||
*
|
*
|
||||||
* Contact me on Discord (\@smjs) if you have any questions, suggestions or bugs.
|
* Contact me on Discord (\@smjs) if you have any questions, suggestions or bugs.
|
||||||
*/
|
*/
|
||||||
class GEODE_DLL [[deprecated("Use TextArea instead")]] SimpleTextArea : public cocos2d::CCNode {
|
class GEODE_DLL [[deprecated("Use TextAreaV2 instead")]] SimpleTextArea : public cocos2d::CCNode {
|
||||||
public:
|
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 = "chatFont.fnt", const float scale = 1);
|
||||||
static SimpleTextArea* create(const std::string& text, const std::string& font, const float scale, const float width);
|
static SimpleTextArea* create(const std::string& text, const std::string& font, const float scale, const float width);
|
||||||
|
|
Loading…
Reference in a new issue