Skip to content

Commit 29ee3df

Browse files
committed
some modifications to Classic2DNoiseexample
1 parent d822729 commit 29ee3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClassciNoise2Dexample/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
int main( ){
77

88
ofAppGlutWindow window;
9-
ofSetupOpenGL(&window,512,256, OF_WINDOW); // <-------- setup the GL context
9+
ofSetupOpenGL(&window,256,256, OF_WINDOW); // <-------- setup the GL context
1010

1111
// this kicks off the running of my app
1212
// can be OF_WINDOW or OF_FULLSCREEN

0 commit comments

Comments
 (0)