v3.3.1: fixed recycled heap sprites not having alpha set to 1

This commit is contained in:
Evan Debenham
2025-12-08 12:10:14 -05:00
parent 6024762661
commit 4258dc4317

View File

@@ -233,9 +233,7 @@ public class ItemSprite extends MovieClip {
view( 0, null );
}
if (heap.hidden){
alpha(0.15f);
}
alpha( heap.hidden ? 0.15f : 1f);
return this;
}