2
0
mirror of https://github.com/godotengine/godot.git synced 2025-04-01 00:41:35 +08:00
Ruslan Mustakov 47747718d6 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 .
2018-03-19 20:44:26 +07:00
..