Skip to content

Commit

Permalink
Merge pull request #230 from janus2/fix-228
Browse files Browse the repository at this point in the history
 Fixes typo in rotate method
  • Loading branch information
ofZach authored Sep 1, 2016
2 parents 72d629a + b9a8d18 commit 1196bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/advanced_graphics/chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void ofApp::setup(){
path.lineTo(40,40);
path.lineTo(20,40);
path.close();
m.rotate(45,0,0,0);
m.rotate(45,0,0,1);
m.translate(20,20,0);
}

Expand Down

0 comments on commit 1196bc5

Please sign in to comment.