refresh playground sprites when entry changes
This commit is contained in:
@@ -157,8 +157,9 @@
|
||||
// Entries whose data changed to remove them from the sprite pool will already have been removed
|
||||
// by refreshEntry()
|
||||
(when (spriteSystem.entries.exists e.id)
|
||||
(spriteSystem.onRemoveEntry e)
|
||||
(spriteSystem.processEntry e))))
|
||||
(when (spriteSystem.sprites.exists e.id)
|
||||
(spriteSystem.onRemoveEntry archive e))
|
||||
(spriteSystem.processEntry archive e))))
|
||||
|
||||
(prop &mut :Int uiY 0)
|
||||
|
||||
|
Reference in New Issue
Block a user