Skip to content

Commit

Permalink
Reset physics drivers on project save.
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Apr 25, 2023
1 parent 66b14be commit 4b0b0c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/creator/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ void incSaveProject(string path, string autosaveStamp = "") {
inWriteINPPuppet(incActivePuppet(), finalPath);

if (!isAutosave) incReleaseLockfile();
incActivePuppet().resetDrivers();

incSetStatus(_("%s saved successfully.").format(currProjectPath));
incSetWindowTitle(currProjectPath.baseName);
Expand Down

0 comments on commit 4b0b0c8

Please sign in to comment.