diff options
| author | iamcheeseman <[email protected]> | 2026-05-24 16:12:55 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-24 16:12:55 -0400 |
| commit | aa16edf3fcf92cf9986bcaa5db2dcdd3f6a2ec7d (patch) | |
| tree | 5748c5c744658d4ff21c0220b9ec5ba99a7e9faf /dc/dc.c | |
| parent | bcf1439eb8d936d3b43ac817519cd47e9624210e (diff) | |
Prettify makefile
Diffstat (limited to 'dc/dc.c')
| -rw-r--r-- | dc/dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
