diff options
author | Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com> | 2024-11-20 10:59:48 +0200 |
---|---|---|
committer | Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com> | 2024-11-21 22:11:53 +0200 |
commit | 7f37e886584c9e4d6d788f9355f6d47a9d030c2d (patch) | |
tree | 699fca007483f65c217e91f3c11793f4c13575ae /modules/text_server_adv/thorvg_svg_in_ot.h | |
parent | 9e6098432aac35bae42c9089a29ba2a80320d823 (diff) | |
download | redot-engine-7f37e886584c9e4d6d788f9355f6d47a9d030c2d.tar.gz |
Fix SVG font rendering.
Diffstat (limited to 'modules/text_server_adv/thorvg_svg_in_ot.h')
-rw-r--r-- | modules/text_server_adv/thorvg_svg_in_ot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/text_server_adv/thorvg_svg_in_ot.h b/modules/text_server_adv/thorvg_svg_in_ot.h index ce048674fd..a0e7e3a1d2 100644 --- a/modules/text_server_adv/thorvg_svg_in_ot.h +++ b/modules/text_server_adv/thorvg_svg_in_ot.h @@ -60,8 +60,6 @@ using namespace godot; struct GL_State { bool ready = false; - float bmp_x = 0; - float bmp_y = 0; float x = 0; float y = 0; float w = 0; |