about summary refs log tree commit diff stats
path: root/src/title.c
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-13 15:27:04 -0400
committerCharadon <dev@iotib.net>2022-06-13 15:27:04 -0400
commit129c32fc63270fd622de10eb6bb336ba4702a4e6 (patch)
treebbe7ad6f4050304eb922abd6fc6fd89f6d0a7f40 /src/title.c
parentbba57e993eff1f73bf7e6d6e263e2dced0a2c859 (diff)
downloadPong-C-129c32fc63270fd622de10eb6bb336ba4702a4e6.tar.gz
Maybe this will work
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;