Skip to content

Commit 48d8fae

Browse files
rename m_isSomeSpriteScalable to m_isParticleSpriteLocked
1 parent 83fd43d commit 48d8fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12031,7 +12031,7 @@ class GameObject : CCSpritePlus {
1203112031
bool m_particleUseObjectColor;
1203212032
bool m_hasColorSprite;
1203312033
cocos2d::CCPoint m_particleOffset;
12034-
bool m_isSomeSpriteScalable;
12034+
bool m_isParticleSpriteLocked;
1203512035
cocos2d::CCRect m_textureRect;
1203612036
bool m_isDirty;
1203712037
bool m_isObjectPosDirty;

0 commit comments

Comments
 (0)