diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-06-27 09:36:16 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-06-27 09:36:16 +0100 |
| commit | 470c897cac4d55c78cd7a08c06442f6e12ad3545 (patch) | |
| tree | df5d1835943ce82eea5271c8c157a38cdee282a5 /src/main.cpp | |
| parent | 5e3ad78c98cb45bb4f902207d25f4fec6a2bedaa (diff) | |
fps thing
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ad74a97..5e84581 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 450,800, OF_WINDOW ); // <-------- setup the GL context + ofSetupOpenGL(&window, 720,400, OF_WINDOW ); // <-------- setup the GL context printf("%ix%i on screen %ix%i\n",ofGetWidth(),ofGetHeight(),ofGetScreenWidth(),ofGetScreenHeight()); // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
