Skip to content

Commit

Permalink
another test run go
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Aug 8, 2024
1 parent d8b866a commit 9f4174c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/2.206/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -7961,7 +7961,7 @@ class GJBaseGameLayer : cocos2d::CCLayer, TriggerEffectDelegate {
float m_unknown35c4;
float m_unknown35c8;
float m_unknown35cc;
gd::map<int, int> m_stickyGroups;
gd::unordered_map<int, int> m_stickyGroups;
FMODLevelVisualizer* m_audioVisualizerBG;
FMODLevelVisualizer* m_audioVisualizerSFX;
bool m_showAudioVisualizer;
Expand Down
2 changes: 2 additions & 0 deletions test/members/Windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ GEODE_MEMBER_CHECK(GJBaseGameLayer, m_temporaryParticles, 0x3118);
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_timePlayed, 0x3488);
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_sections, 0x34b8);
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_sectionSizes, 0x3560);
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_stickyGroups, 0x35d0);
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_audioVisualizerBG, 0x3610);
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_loadingLayer, 0x3688);

GEODE_SIZE_CHECK(PlayLayer, 0x3998);
Expand Down

0 comments on commit 9f4174c

Please sign in to comment.