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