Skip to content

Commit a79c0be

Browse files
authored
revert m_customGlowColor and m_glowColorIsLBG being swapped (#1293)
1 parent 6381006 commit a79c0be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12227,8 +12227,8 @@ class GameObject : CCSpritePlus {
1222712227
// property 53
1222812228
int m_property53;
1222912229
bool m_isInvisibleBlock;
12230-
bool m_glowColorIsLBG;
1223112230
bool m_customGlowColor;
12231+
bool m_glowColorIsLBG;
1223212232
bool m_cantColorGlow;
1223312233
float m_opacityMod;
1223412234
bool m_slopeUphill;

bindings/2.208/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6493,8 +6493,8 @@ class GameObject : CCSpritePlus {
64936493
// property 53
64946494
int m_property53;
64956495
bool m_isInvisibleBlock;
6496-
bool m_glowColorIsLBG;
64976496
bool m_customGlowColor;
6497+
bool m_glowColorIsLBG;
64986498
bool m_cantColorGlow;
64996499
float m_opacityMod;
65006500
bool m_slopeUphill;

bindings/2.2081/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6508,8 +6508,8 @@ class GameObject : CCSpritePlus {
65086508
// property 53
65096509
int m_property53;
65106510
bool m_isInvisibleBlock;
6511-
bool m_glowColorIsLBG;
65126511
bool m_customGlowColor;
6512+
bool m_glowColorIsLBG;
65136513
bool m_cantColorGlow;
65146514
float m_opacityMod;
65156515
bool m_slopeUphill;

0 commit comments

Comments
 (0)