v2.1.0: fixed heaps being visible for 1 frame if dropped out of FOV

This commit is contained in:
Evan Debenham
2023-05-17 23:35:49 -04:00
parent 4cf61f4820
commit 0bbd63be30

View File

@@ -106,6 +106,7 @@ public class ItemSprite extends MovieClip {
this.heap = heap;
view(heap);
renderShadow = true;
visible = heap.seen;
place(heap.pos);
}