From 0a39ab53fa3e4503fe5b087a48d32c568536d119 Mon Sep 17 00:00:00 2001 From: ZIlko <69888540+ZiLko@users.noreply.github.com> Date: Thu, 14 Mar 2024 23:19:40 -0600 Subject: [PATCH] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7c60c53..ca7a437 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1423,7 +1423,7 @@ const std::unordered_set excludedIDs = class $modify(PlayLayer) { void loadFromCheckpoint(CheckpointObject* cp) { if (recorder.state == state::recording) - recorder.eraseActions(cp, this); + eraseActions(cp, this); PlayLayer::loadFromCheckpoint(cp); }