Skip to content

Commit

Permalink
Fixes typo in rotate method
Browse files Browse the repository at this point in the history
Fix #228.
  • Loading branch information
janus2 authored Sep 1, 2016
1 parent 72d629a commit b9a8d18
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 b9a8d18

Please sign in to comment.