about summary refs log tree commit diff stats
path: root/src/title.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/title.c')
-rw-r--r--src/title.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/title.c b/src/title.c
index 5c8987c..c5a15ce 100644
--- a/src/title.c
+++ b/src/title.c
@@ -397,6 +397,7 @@ 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;