aboutsummaryrefslogtreecommitdiff
path: root/dc/dc.c
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-24 16:12:55 -0400
committeriamcheeseman <[email protected]>2026-05-24 16:12:55 -0400
commitaa16edf3fcf92cf9986bcaa5db2dcdd3f6a2ec7d (patch)
tree5748c5c744658d4ff21c0220b9ec5ba99a7e9faf /dc/dc.c
parentbcf1439eb8d936d3b43ac817519cd47e9624210e (diff)
Prettify makefile
Diffstat (limited to 'dc/dc.c')
-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);