v23.1.2
Bug Fixes
-
line renderer now properly detects changes.
Previously change-detection was implemented based on the assumption that
the progress tree is copied entirely. Now, however, the interesting values
are shared.The change-detection was adjusted to keep the state's hash of the most recent
drawing, instead of doing everything in line, which saves time hashing as well.
Commit Statistics
- 1 commit contributed to the release.
- 9 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Line renderer now properly detects changes. (7966f79)