Commit 11c20c15feb37b02babce1bca847c9f0a3de38a5

Thomas de Grivel 2024-07-04T10:36:25

fix demo_gl earth.c

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3_window/sdl2/demo/earth.c b/libc3_window/sdl2/demo/earth.c
index 2036f92..2bc61b2 100644
--- a/libc3_window/sdl2/demo/earth.c
+++ b/libc3_window/sdl2/demo/earth.c
@@ -56,7 +56,7 @@ bool earth_load (s_sequence *seq)
   tag_init_f64(             map->value + 1, 0.01);
   tag_init_sym(               map->key + 2, sym_1("sphere"));
   tag_init_struct_with_data(map->value + 2, sym_1("GL.Sphere"),
-                            true, sphere);
+                            sphere);
   return true;
 }