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 );
|
view( 0, null );
|
||||||
}
|
}
|
||||||
|
|
||||||
if (heap.hidden){
|
alpha( heap.hidden ? 0.15f : 1f);
|
||||||
alpha(0.15f);
|
|
||||||
}
|
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user