From 418e1be2f62b51f581c2600ca6d3345e77891b84 Mon Sep 17 00:00:00 2001 From: SMJS <38814077+SMJSGaming@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:38:26 +0200 Subject: [PATCH] Replaced the unknown in Slider with the accurate name Note for other occurences, if it's a node and it has 2 floats as fields, 99% of the time it's rob adding the accurate width and height rather than fixing the content size --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index d67e0028..8062f47d 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5465,7 +5465,7 @@ class Slider : cocos2d::CCLayer { SliderTouchLogic* m_touchLogic; cocos2d::CCSprite* m_sliderBar; cocos2d::CCSprite* m_groove; - float m_unknown; + float m_width; float m_height; }