summaryrefslogtreecommitdiff
path: root/drawing/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'drawing/src/main.cpp')
-rw-r--r--drawing/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/drawing/src/main.cpp b/drawing/src/main.cpp
index 50ef9f2..02b6b14 100644
--- a/drawing/src/main.cpp
+++ b/drawing/src/main.cpp
@@ -12,6 +12,8 @@ int main(int argc, char *argv[]){
settings.width = 1200;
settings.height = 900;
+ //1200 = 13.2° = 42898 pts theoretical
+
shared_ptr<ofAppBaseWindow> mainWindow = ofCreateWindow(settings);
shared_ptr<ofApp> mainApp(new ofApp);