Skip to content

Commit a43c9df

Browse files
committed
Update ofApp.cpp
1 parent c126f47 commit a43c9df

File tree

1 file changed

+1
-1
lines changed
  • chapters/intro_to_graphics/code/1_i_Basic_Shapes

1 file changed

+1
-1
lines changed

chapters/intro_to_graphics/code/1_i_Basic_Shapes/ofApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void ofApp::draw(){
7373

7474
// Again, for generating the series of lines from figure 2:
7575
//for (int i=0; i<11; i++) {
76-
// ofLine(650, 50+(i*10), 750, 75+(i*5));
76+
// ofLine(650, 200+(i*10), 750, 225+(i*5));
7777
//}
7878
}
7979

0 commit comments

Comments
 (0)