Skip to content

Commit

Permalink
Merge pull request #269 from admsyn/patch-1
Browse files Browse the repository at this point in the history
Fix minor #include typo in shader tutorial
  • Loading branch information
jvcleave committed Apr 17, 2014
2 parents 2c678db + 774cb5f commit 0af233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tutorials/03_graphics/shaders.markdown
Expand Up @@ -75,7 +75,7 @@ Before we go get into trouble, there's something that I want to explain that mig
#include "ofMain.h"
#include "ofApp.h"
// import the fancy new renderer
#include "ofGlProgrammableRenderer.h"
#include "ofGLProgrammableRenderer.h"
int main( ){
Expand Down

0 comments on commit 0af233b

Please sign in to comment.