Experimentally only process entries when they change in NAT

This commit is contained in:
2022-12-18 04:45:25 +00:00
parent f04827c346
commit 132a61fc56
3 changed files with 22 additions and 19 deletions

View File

@@ -184,12 +184,6 @@
(var SCROLL_BOUND_MARGIN 2000)
(method handleChanges [:Archive archive :ChangeSet changeSet]
(when changeSet
// process the WikipediaImageSystem and run spriteSystem process on newly created entries that get one
(archive.processSystems this)
// Do a second loop through the systems, so Playground systems that trigger Core systems have their effects processed
(archive.processSystems this))
(doFor e changeSet
// Entries whose data changed to remove them from the sprite pool will already have been removed
// by refreshEntry()