summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@drexel.edu>2009-06-16 23:24:19 (GMT)
committer Don Pellegrino <don@drexel.edu>2009-06-16 23:24:19 (GMT)
commitcd81e4662d6fc2781be785a7df3bc6f43d46dd4a (patch) (side-by-side diff)
tree53be87aeb9c0642deb7578644208b72d02cbb491
parent20dd6d4a46931c1f935931e7ac288fbbf5a8edd5 (diff)
downloadexp005-cd81e4662d6fc2781be785a7df3bc6f43d46dd4a.zip
exp005-cd81e4662d6fc2781be785a7df3bc6f43d46dd4a.tar.gz
exp005-cd81e4662d6fc2781be785a7df3bc6f43d46dd4a.tar.bz2
Added initialization of state variables.
-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 @@
#include "../controller/exp004reshape.h"
#include "../controller/keyboard.h"
#include "../model/exp004base.h"
+#include "exp004init.h"
#include "exp004view.h"
#include <GL/glut.h>
@@ -35,6 +36,7 @@ exp004view (void)
// Initialize the model.
exp004base ();
+ exp004init ();
// Callbacks (Controllers)
glutDisplayFunc (exp004display);

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.