Skip to content

Commit

Permalink
Merge branch 'master' of github.com:openframeworks/openFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Nov 10, 2011
2 parents 736021c + 24512c4 commit 5566b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/openFrameworks/gl/ofTexture.cpp
Expand Up @@ -979,7 +979,7 @@ void ofTexture::draw(ofPoint p1, ofPoint p2, ofPoint p3, ofPoint p4){
p1.x, p1.y,
p2.x, p2.y,
p3.x, p3.y,
p4.x, p4.x
p4.x, p4.y
};

glEnableClientState( GL_TEXTURE_COORD_ARRAY );
Expand Down

0 comments on commit 5566b55

Please sign in to comment.