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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user