The latest SDK now reports correct bounds for partly transparent images

This commit is contained in:
Rezmason
2022-06-18 21:41:23 -07:00
parent c3f22a5afb
commit b26d585cad
4 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ do
local variant = glyph:copy()
glyphs[i][j] = variant
gfx.pushContext(variant)
gfx.setImageDrawMode(gfx.kDrawModeWhiteTransparent);
fadeGradient:draw(fade * (glyphWidth - fadeGradient.width), 0)
gfx.popContext()
end