something

This commit is contained in:
Shinovon 2026-05-08 06:09:41 +05:00
parent 85d6e68889
commit baa6d4e1c2
3 changed files with 2 additions and 39 deletions

View file

@ -84,9 +84,6 @@ void tbEndTimer(Const char* name)
}
assert(n != 1500);
TimerBar.Timers[n].endTime = (float)CTimer::GetCurrentTimeInCycles() / (float)CTimer::GetCyclesPerFrame();
if (strcmp(name, "EndOfFrame")) {
endOfFrameTime = TimerBar.Timers[n].endTime - TimerBar.Timers[n].startTime;
}
}
float Diag_GetFPS()