From b6b30394591817814f94bfa556633522cad34c08 Mon Sep 17 00:00:00 2001 From: Sam Ellicott Date: Sat, 13 Mar 2021 15:55:43 -0500 Subject: [PATCH] Fix allignment issue --- colorchord2/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colorchord2/main.c b/colorchord2/main.c index d0def45..b6a01e4 100644 --- a/colorchord2/main.c +++ b/colorchord2/main.c @@ -123,8 +123,8 @@ void HandleDestroy() #endif float DeltaFrameTime = 0; -double Now = 0; -int is_suspended = 0; +double Now = 0; +int is_suspended = 0; int lastfps; short screenx, screeny;