mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00: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
|
||||
if (m_is_initialised && m_force_repaint)
|
||||
if (m_force_repaint)
|
||||
{
|
||||
m_force_repaint = false;
|
||||
reset_body(bottom_margin);
|
||||
|
|
Loading…
Add table
Reference in a new issue