-rw-r--r-- | src/model/selection_info.h | 7 | ||||
-rw-r--r-- | src/model/selection_info_init.c | 2 | ||||
-rw-r--r-- | src/view/exp004init.c | 1 |
3 files changed, 3 insertions, 7 deletions
diff --git a/src/view/exp004init.c b/src/view/exp004init.c index 5a6ddd0..af66623 100644 --- a/src/view/exp004init.c +++ b/src/view/exp004init.c | |||
@@ -18,6 +18,7 @@ exp004init (void) | |||
18 | * Initialize default values, zero memory and NULL pointers. | 18 | * Initialize default values, zero memory and NULL pointers. |
19 | */ | 19 | */ |
20 | S.rows = 0; | 20 | S.rows = 0; |
21 | S.gi_data = NULL; | ||
21 | S.base_vertices_data = NULL; | 22 | S.base_vertices_data = NULL; |
22 | S.base_colors_data = NULL; | 23 | S.base_colors_data = NULL; |
23 | selection_info_init (&S.selection); | 24 | selection_info_init (&S.selection); |