NAT Playground use ui for log

This commit is contained in:
2022-06-27 18:38:20 +00:00
parent a02ed11898
commit 5175622374
3 changed files with 14 additions and 6 deletions

View File

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