2
0
mirror of https://github.com/godotengine/godot.git synced 2025-03-19 23:53:32 +08:00
Ruslan Mustakov 56395b03e1 Fix oversampled font artifacts after resize
Font update after resize relies on the viewport size which was updated
after the font was already refreshed, which resulted in artifacts when
it was rendered into the actual/new viewport size.

Fixes .

(cherry picked from commit 47747718d63c1e5d3949fa4793752b579434bc3e)
2018-04-28 17:42:57 +02:00
..