diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-18 23:39:41 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-18 23:39:41 +0000 |
| commit | 7f2fb4dc45faa9d87906b9e1006be851a5549534 (patch) | |
| tree | 5e56252741406021e6456e18b7c736bdc1b49fb0 /drawing/src/main.cpp | |
| parent | 3e7861432b655075890ad3ad4efaf57881188839 (diff) | |
ofxClipper
Diffstat (limited to 'drawing/src/main.cpp')
| -rw-r--r-- | drawing/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drawing/src/main.cpp b/drawing/src/main.cpp index f9ba23c..50ef9f2 100644 --- a/drawing/src/main.cpp +++ b/drawing/src/main.cpp @@ -9,8 +9,8 @@ int main(int argc, char *argv[]){ ofGLFWWindowSettings settings; - settings.width = 600; - settings.height = 800; + settings.width = 1200; + settings.height = 900; shared_ptr<ofAppBaseWindow> mainWindow = ofCreateWindow(settings); |
