summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 41387d1..5a94ad0 100644
--- a/main.c
+++ b/main.c
@@ -84,7 +84,7 @@ int main(void) {
while (!quit) {
#if DEBUG
- printf("\033[H\033[2J"); fflush(stdout);
+ printf("\033[H\033[2J");
#endif
SDL_Event event;