X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=main.c;h=548cf42a3a09f0cb0e982cacab2749449e06e8a4;hb=803d047af57ff2d9d2b1c00c2f545751345e4460;hp=91af5247198b555b317f1f223ce1d0b8e34911fe;hpb=fd76673983c406545f8fe1c89a9202760f30e4e9;p=vor.git diff --git a/main.c b/main.c index 91af524..548cf42 100644 --- a/main.c +++ b/main.c @@ -791,7 +791,7 @@ main(int argc, char **argv) { frames = 0; gameloop(); end = SDL_GetTicks(); - printf("%ld frames in %ld ms, %.2f fps.\n", frames, end-start, frames * 1000.0 / (end-start)); + // printf("%ld frames in %ld ms, %.2f fps.\n", frames, end-start, frames * 1000.0 / (end-start)); return 0; }