Skip to content

Commit 1196bc5

Browse files
authored
Merge pull request #230 from janus2/fix-228
Fixes typo in rotate method
2 parents 72d629a + b9a8d18 commit 1196bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/advanced_graphics/chapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ void ofApp::setup(){
209209
path.lineTo(40,40);
210210
path.lineTo(20,40);
211211
path.close();
212-
m.rotate(45,0,0,0);
212+
m.rotate(45,0,0,1);
213213
m.translate(20,20,0);
214214
}
215215

0 commit comments

Comments
 (0)