X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=main.c;h=4d341c0c8bb3630968bd8b96db0b4806e8fcfacd;hp=91af5247198b555b317f1f223ce1d0b8e34911fe;hb=6176e2f9f2cfeebf6be46302db1f85be4932d1e6;hpb=fd76673983c406545f8fe1c89a9202760f30e4e9 diff --git a/main.c b/main.c index 91af524..4d341c0 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; }