summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core.c b/src/core.c
index 2f258f99..58eedbcb 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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));
}
}