Skip to content
Snippets Groups Projects
Commit 33f10010 authored by Jean-Marie PRIGENT's avatar Jean-Marie PRIGENT
Browse files

add FPS instead CPU Time

parent 22afaa67
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ function draw() {
startTime = performance.now();
}
text('FPS: ' + fps, width / 2, height + 15);
text('FPS: ' + fps, (width / 2) - 100 , height - 8);
text('FPS: ' + fps, (width / 2) + 100 , height - 8);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment