Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiLko authored Mar 15, 2024
1 parent e6f094a commit 0a39ab5
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 @@ -1423,7 +1423,7 @@ const std::unordered_set<int> excludedIDs =
class $modify(PlayLayer) {
void loadFromCheckpoint(CheckpointObject* cp) {
if (recorder.state == state::recording)
recorder.eraseActions(cp, this);
eraseActions(cp, this);

PlayLayer::loadFromCheckpoint(cp);
}
Expand Down

0 comments on commit 0a39ab5

Please sign in to comment.