mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
overlays: try to fix unexpected font crop
This commit is contained in:
parent
917069e31a
commit
de80a4b6c7
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ namespace rsx
|
||||||
skip_whitespace = false;
|
skip_whitespace = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (quad.x1 > max_width)
|
if (x_advance > max_width)
|
||||||
{
|
{
|
||||||
bool wrapped = false;
|
bool wrapped = false;
|
||||||
bool non_whitespace_break = false;
|
bool non_whitespace_break = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue