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