fix NAT playground null entry error

This commit is contained in:
2022-09-08 00:23:27 +00:00
parent ae7059edc7
commit d328bc8227

View File

@@ -21,7 +21,7 @@
{ {
(whenLet [sprite (dictGet sprites e.id)] (whenLet [sprite (dictGet sprites e.id)]
(sprite.kill) (sprite.kill)
(playState.entryGroup.remove sprite) (playState.entryGroup.remove sprite true)
(sprites.remove e.id)) (sprites.remove e.id))
// When an Entry is hidden, we can bet the user doesn't want it selected anymore // When an Entry is hidden, we can bet the user doesn't want it selected anymore