Update renderd7.cpp

This commit is contained in:
tobid7 2021-12-29 11:12:07 +01:00 committed by GitHub
parent ef8e4a379c
commit ffb313971d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,7 +250,7 @@ void frameloop()
last_time = osGetTime();
}
d11framerate = current_fps;
mt_fpsgraph[320] = current_fps;
// mt_fpsgraph[320] = current_fps;
}
float getframerate()
{
@ -280,7 +280,7 @@ bool RenderD7::MainLoop()
RenderD7::Scene::doDraw();
RenderD7::Scene::doLogic(d7_hDown, d7_hHeld, d7_hUp, d7_touch);
if (metrikd)RenderD7::DrawMetrikOvl();
//if (metrikd)RenderD7::DrawMetrikOvl();
return running;
}