builds through mingw32 now. doesn't seem to run properly though
[laserbrain_demo] / src / app.cc
index bc3f13c..6eb019a 100644 (file)
@@ -122,6 +122,9 @@ bool app_init(int argc, char **argv)
        cam_theta = rad_to_deg(acos(dot(dir, Vec3(0, 0, 1))));
 
        exman = new ExhibitManager;
+       if(!exman->load(mscn, "data/exhibits")) {
+               //return false;
+       }
 
        blobs = new BlobExhibit;
        blobs->node = new SceneNode;