test/snake/snake.c

changeset 98
83bec26453a8
parent 96
9e25f080a33e
child 99
ac143db979dc
--- a/test/snake/snake.c	Fri Apr 25 23:06:23 2025 +0200
+++ b/test/snake/snake.c	Sun Apr 27 13:27:27 2025 +0200
@@ -119,8 +119,6 @@
     asc_set_font_path("../../fonts");
     asc_set_shader_path("../../shader");
     asc_set_texture_path("../../test/snake/textures");
-#else
-#warning "Live build not yet supported"
 #endif
 
     // create window

mercurial