summaryrefslogtreecommitdiff
path: root/offsetProject/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-03-14 16:54:16 +0000
committerTim Redfern <tim@eclectronics.org>2014-03-14 16:54:16 +0000
commitd1abb8fcf4784aa1a7b778abf6e237d71d1da7c7 (patch)
treeea73c0957df69661af44198eef03038344cceda6 /offsetProject/src/main.cpp
parent2438e0a034d7ef50c8d7837ea415ca6a95a94fc0 (diff)
fix texture delete bug
Diffstat (limited to 'offsetProject/src/main.cpp')
-rw-r--r--offsetProject/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/offsetProject/src/main.cpp b/offsetProject/src/main.cpp
index 5785abd..5af5ac5 100644
--- a/offsetProject/src/main.cpp
+++ b/offsetProject/src/main.cpp
@@ -1,6 +1,6 @@
#include "ofApp.h"
int main() {
- ofSetupOpenGL(1920,1080, OF_WINDOW);
+ ofSetupOpenGL(1920,1080, OF_FULLSCREEN);
ofRunApp(new ofApp());
}