v3.3.1: fixed recycled heap sprites not having alpha set to 1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user