aboutsummaryrefslogtreecommitdiff
path: root/dc
diff options
context:
space:
mode:
Diffstat (limited to 'dc')
-rw-r--r--dc/dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dc/dc.c b/dc/dc.c
index bee27c7..8a8e2d2 100644
--- a/dc/dc.c
+++ b/dc/dc.c
@@ -186,7 +186,7 @@ int main(void)
tick();
ty_free_temp_allocs();
- ty_sleep(1000 / hints.ticrate);
+ //ty_sleep(1000 / hints.ticrate);
}
ty_free_image(img);