Fix AtlasPacker ignoring semi-transparent pixels

Fixes #33106
This commit is contained in:
Eric Rybicki
2020-01-20 15:52:09 +01:00
parent 11260fb87f
commit 439e0027ec
2 changed files with 2 additions and 3 deletions

View File

@@ -285,7 +285,7 @@
<return type="Rect2">
</return>
<description>
Returns a [Rect2] enclosing the visible portion of the image.
Returns a [Rect2] enclosing the visible portion of the image, considering each pixel with a non-zero alpha channel as visible.
</description>
</method>
<method name="get_width" qualifiers="const">