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:
Megamouse 2021-02-23 00:43:30 +01:00 committed by Ivan
parent 7cc8380330
commit 79b5b79de1

View file

@ -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);