From 40a6b53f63226f61cd367a0d5743e85e75dea4be Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Sun, 2 Apr 2023 10:03:04 +0300 Subject: [PATCH] make TextArea::create parameter name more clear --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 5b744070..d85d60d2 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5435,7 +5435,7 @@ class TextArea : cocos2d::CCSprite { virtual void draw() {} virtual void setOpacity(unsigned char) = mac 0x19f760, win 0x33800; bool init(gd::string str, char const* font, float width, float height, cocos2d::CCPoint anchor, float scale, bool disableColor) = mac 0x19ec70, win 0x33370, ios 0x92444; - static TextArea* create(gd::string str, char const* font, float scale, float width, cocos2d::CCPoint anchor, float height, bool disableColor) = mac 0x19eb40, win 0x33270; + static TextArea* create(gd::string str, char const* font, float scale, float width, cocos2d::CCPoint anchor, float lineHeight, bool disableColor) = mac 0x19eb40, win 0x33270; void colorAllCharactersTo(cocos2d::ccColor3B color) = win 0x33830; void setString(gd::string str) = mac 0x19eda0, win 0x33480;