mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
overlays: fix initial size of perf_overlay body
You could see that it was not properly adjusted in the first frame in high detail mode.
This commit is contained in:
parent
7cc8380330
commit
79b5b79de1
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ namespace rsx
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set body/titles transform
|
// Set body/titles transform
|
||||||
if (m_is_initialised && m_force_repaint)
|
if (m_force_repaint)
|
||||||
{
|
{
|
||||||
m_force_repaint = false;
|
m_force_repaint = false;
|
||||||
reset_body(bottom_margin);
|
reset_body(bottom_margin);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue