mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
perf_overlay: fix initial graph positions with detail level none
This commit is contained in:
parent
a7cb513a89
commit
f1037f75d9
1 changed files with 3 additions and 0 deletions
|
@ -267,6 +267,9 @@ namespace rsx
|
||||||
|
|
||||||
update();
|
update();
|
||||||
|
|
||||||
|
// The text might have changed during the initial update. Recalculate positions.
|
||||||
|
reset_transforms();
|
||||||
|
|
||||||
m_is_initialised = true;
|
m_is_initialised = true;
|
||||||
visible = true;
|
visible = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue