removed xml shit from the main.cpp

This commit is contained in:
Jamie Allen
2012-02-21 16:56:38 +01:00
parent 5df657051d
commit adbe746afc
3 changed files with 4 additions and 4 deletions
-2
View File
@@ -62,6 +62,4 @@ public:
// this should be in xml
static string _location;
ofxCvColorImage colorImg;
};
+3 -1
View File
@@ -7,11 +7,12 @@
////also the new shit////
int main() {
ofAppGlutWindow window;
bool fullscreen;
//fullscreen = true;
fullscreen = true;
fullscreen = false;
@@ -25,4 +26,5 @@ int main() {
ofSetupOpenGL(&window, SCREEN_WIDTH, SCREEN_HEIGHT, (fullscreen ? OF_FULLSCREEN : OF_WINDOW));
ofRunApp(new RefractiveIndex());
}