[3.x] Fix Label3D oversampling.
This commit is contained in:
parent
fdade32d40
commit
553bdc6783
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ Size2 DynamicFontAtSize::get_char_tx_size(CharType p_char, CharType p_next, cons
|
||||||
|
|
||||||
ERR_FAIL_COND_V(!ch, Size2());
|
ERR_FAIL_COND_V(!ch, Size2());
|
||||||
if (ch->found) {
|
if (ch->found) {
|
||||||
return ch->rect_uv.size;
|
return ch->rect.size;
|
||||||
}
|
}
|
||||||
return Size2();
|
return Size2();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue