Skip to content

Commit 83fd43d

Browse files
rename m_wasHigh to m_isParticleObject
thanks @chagh.dev
1 parent e47132b commit 83fd43d

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
@@ -11128,7 +11128,7 @@ class GameManager : GManager {
1112811128
bool m_clickedReddit;
1112911129
double m_socialsDuration;
1113011130
bool m_musicPaused; //didPauseBGMusic
11131-
bool m_wasHigh;
11131+
bool m_isParticleObject;
1113211132
bool m_editorEnabled;
1113311133
int m_sceneEnum;
1113411134
bool m_searchObjectBool;

0 commit comments

Comments
 (0)