perf_overlay: fix initial graph positions with detail level none

This commit is contained in:
Megamouse 2021-09-21 22:26:43 +02:00
parent a7cb513a89
commit f1037f75d9

View File

@ -267,6 +267,9 @@ namespace rsx
update();
// The text might have changed during the initial update. Recalculate positions.
reset_transforms();
m_is_initialised = true;
visible = true;
}