Update renderd7.cpp
This commit is contained in:
parent
9d4f94dba2
commit
c4a8c54da2
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user