Skip to content

Commit

Permalink
comment out playlayer for now (bindings are wrong)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jan 9, 2024
1 parent 2b5695a commit 8a22355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hooks/PlayLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class $modify(BIPlayLayer, PlayLayer) {

inline static bool needsReset = false;

void levelComplete(){
/*void levelComplete(){
PlayLayer::levelComplete();
auto stats = BetterInfoStats::sharedState();
Expand Down Expand Up @@ -55,7 +55,7 @@ class $modify(BIPlayLayer, PlayLayer) {
.y = player->m_position.y,
.rotation = player->getRotation()
});*/
}
/*}
void resetLevel(){
needsReset = false;
Expand All @@ -64,5 +64,5 @@ class $modify(BIPlayLayer, PlayLayer) {
auto stats = BetterInfoStats::sharedState();
stats->logAttempt(this->m_level, this->m_isPracticeMode);
}
}*/
};

0 comments on commit 8a22355

Please sign in to comment.