summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/view/exp004view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/exp004view.c b/src/view/exp004view.c
index b25173e..aa6e966 100644
--- a/src/view/exp004view.c
+++ b/src/view/exp004view.c
@@ -3,6 +3,7 @@
3#include "../controller/exp004reshape.h"3#include "../controller/exp004reshape.h"
4#include "../controller/keyboard.h"4#include "../controller/keyboard.h"
5#include "../model/exp004base.h"5#include "../model/exp004base.h"
6#include "exp004init.h"
6#include "exp004view.h"7#include "exp004view.h"
7#include <GL/glut.h>8#include <GL/glut.h>
89
@@ -35,6 +36,7 @@ exp004view (void)
3536
36 // Initialize the model.37 // Initialize the model.
37 exp004base ();38 exp004base ();
39 exp004init ();
3840
39 // Callbacks (Controllers)41 // Callbacks (Controllers)
40 glutDisplayFunc (exp004display);42 glutDisplayFunc (exp004display);

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.