test/snake/snake.c

changeset 227
a5775e8dbc13
parent 220
6b266e907f89
--- a/test/snake/snake.c	Fri Jul 25 19:19:54 2025 +0200
+++ b/test/snake/snake.c	Sat Jul 26 21:13:05 2025 +0200
@@ -253,11 +253,6 @@
                 "Fatal Error",asc_get_error(), NULL);
         return 1;
     }
-#ifdef TEST_BUILD
-    asc_set_font_path("../../fonts");
-    asc_set_shader_path("../../shader");
-    asc_set_texture_path("../../test/snake/textures");
-#endif
 
     // initialize globals
     init_globals();

mercurial