-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear local fork save points as they catch up
It pointlessly uses up memory to keep local fork savepoints in the middle of strokes around, they're only useful if they're on or right next to an undo point that may get rolled back to. So we now only keep those useful states around and purge the ones that are in the middle of nowhere and are very unlikely to serve as replay start points.
- Loading branch information
1 parent
cbdd32c
commit 57ad932
Showing
2 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters