Skip to content

Commit 2699001

Browse files
authored
Update main.cpp
1 parent b610ce4 commit 2699001

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/main.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ using namespace geode::prelude;
66

77
class $modify(PlayerObject) {
88
public:
9-
struct Fields {
10-
bool m_isSwing;
11-
bool m_isUpsideDown;
12-
};
13-
149
// check if gd is in gameplay, runs when player starts or stops holding
1510
bool integrityCheck() {
1611
if (!PlayLayer::get()) {
@@ -40,4 +35,5 @@ class $modify(PlayerObject) {
4035
}
4136
return false;
4237
}
43-
};
38+
39+
};

0 commit comments

Comments
 (0)