mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-22 03:08:24 +00:00
Remove comment
This commit is contained in:
@@ -1321,10 +1321,6 @@ void EndDrawing(void)
|
||||
CORE.Time.previous = CORE.Time.current;
|
||||
|
||||
CORE.Time.frame += waitTime; // Total frame time: update + draw + wait
|
||||
|
||||
//SetWindowTitle(FormatText("Update: %f, Draw: %f, Req.Wait: %f, Real.Wait: %f, Total: %f, Target: %f\n",
|
||||
// (float)CORE.Time.update, (float)CORE.Time.draw, (float)(CORE.Time.target - (CORE.Time.update + CORE.Time.draw)),
|
||||
// (float)waitTime, (float)CORE.Time.frame, (float)CORE.Time.target));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user