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
This commit is contained in:
SMJS 2023-09-16 23:38:26 +02:00 committed by GitHub
parent ed46326159
commit 418e1be2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}