projects
/
ofxAubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78b83af
)
example_aubioDemo/src/main.cpp: fix indentation
author
Paul Brossier
<piem@piem.org>
Sun, 25 Oct 2015 01:05:57 +0000
(
02:05
+0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 25 Oct 2015 01:05:57 +0000
(
02:05
+0100)
example_aubioDemo/src/main.cpp
patch
|
blob
|
history
diff --git
a/example_aubioDemo/src/main.cpp
b/example_aubioDemo/src/main.cpp
index
91c6b35
..
cd0ad40
100644
(file)
--- a/
example_aubioDemo/src/main.cpp
+++ b/
example_aubioDemo/src/main.cpp
@@
-3,7
+3,7
@@
//========================================================================
int main( ){
- ofSetupOpenGL(750, 250,
OF_WINDOW);
// <-------- setup the GL context
+ ofSetupOpenGL(750, 250,
OF_WINDOW);
// <-------- setup the GL context
// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN