Update renderd7.cpp

This commit is contained in:
tobid7 2021-11-28 17:42:37 +01:00 committed by GitHub
parent 9d4f94dba2
commit c4a8c54da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -825,7 +825,7 @@ void RenderD7::DrawMetrikOvl()
default:
RenderD7::OnScreen(Bottom);
}
RenderD7::DrawText(0, 0, mt_txtSize, mt_txtcolor, "FPS: " + std::to_string(d11framerate));
RenderD7::DrawText(0, 0, mt_txtSize, mt_txtcolor, "FPS: " + RenderD7::GetFramerate());
}
/*RenderD7::Console::Console()