aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_key_loop.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_key_loop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_key_loop.c b/src/ft_key_loop.c
index df97380..74ff775 100644
--- a/src/ft_key_loop.c
+++ b/src/ft_key_loop.c
@@ -99,7 +99,6 @@ int
}
i++;
}
- /* if (cl->key_input[0] != -1) */
- ft_draw_scene(cl);
+ ft_draw_scene(cl);
return (0);
}