demo/snake/snake.c

changeset 271
ddcf637587ce
parent 270
3031d1bb5957
child 272
6ed9fb9662c0
--- a/demo/snake/snake.c	Tue Aug 19 18:51:46 2025 +0200
+++ b/demo/snake/snake.c	Wed Aug 20 23:45:23 2025 +0200
@@ -578,7 +578,6 @@
         // debug-key for clearing the shader registry
         if (asc_key_pressed(ASC_KEY(S))) {
             asc_shader_clear_registry();
-            asc_dprintf("Shader cache cleared.");
         }
 
         // show/hide the FPS counter

mercurial