Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiLko authored Feb 17, 2024
1 parent dcc1842 commit 10ec423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ class $modify(PlayLayer) {
void levelComplete() {
PlayLayer::levelComplete();
if (stateLabel!=nullptr) stateLabel->removeFromParent();
if (recorder.state == state::recording)
if (recorder.state != state::off)
shouldPlay2 = true;

clearState(true);
Expand Down

0 comments on commit 10ec423

Please sign in to comment.