Silenced demo console chatter

master
Stefan Gustavson 2011-04-04 21:15:39 +02:00
parent 8b20e45e3d
commit 91654516ab
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ double computeFPS() {
fps = (double)frames / (t-t0);
sprintf(titlestring, "GLSL noise demo (%.1f FPS)", fps);
glfwSetWindowTitle(titlestring);
printf("Speed: %.1f FPS\n", fps);
t0 = t;
frames = 0;
}