diff options
Diffstat (limited to 'src/title.c')
-rw-r--r-- | src/title.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/title.c b/src/title.c index c5a15ce..5c8987c 100644 --- a/src/title.c +++ b/src/title.c @@ -397,7 +397,6 @@ int title_screen() { while(TitleScreenGoing == true && GameGoing == true) { - printf("%lf, %d\n", GetTime(), SDL_AtomicGet(&Ticks)); if (WindowShouldClose()) { //Quit Game if the window is closed. GameGoing = false; TitleScreenGoing = false; |