test/sandbox.c

changeset 15
362b7659dc76
parent 7
9dd76cbd6c90
child 16
c5dde81b6fb2
--- a/test/sandbox.c	Wed Nov 08 21:53:43 2023 +0100
+++ b/test/sandbox.c	Wed Nov 08 23:17:07 2023 +0100
@@ -49,7 +49,7 @@
     settings.title = "Sandbox Application";
 
     AscWindow *window = asc_window_initialize(0, &settings);
-
+    asc_shader_initialize_predefined();
     while (asc_loop_next()) {
         // quit application on any error
         if (show_message_box_on_error(window->window)) break;

mercurial