builds through mingw32 now. doesn't seem to run properly though
[laserbrain_demo] / src / app.cc
index 60affa0..6eb019a 100644 (file)
@@ -123,7 +123,7 @@ bool app_init(int argc, char **argv)
 
        exman = new ExhibitManager;
        if(!exman->load(mscn, "data/exhibits")) {
-               return false;
+               //return false;
        }
 
        blobs = new BlobExhibit;