Skip to content

Commit 2ba6001

Browse files
committed
Fixing positions of lines in ofSketch code
1 parent 82690f9 commit 2ba6001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/intro_to_graphics/code/1_i_Basic_Shapes.sketch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ void draw() {
6363

6464
// Again, for generating the series of lines from figure 2:
6565
//for (int i=0; i<11; i++) {
66-
// ofLine(650, 50+(i*10), 750, 75+(i*5));
66+
// ofLine(650, 200+(i*10), 750, 225+(i*5));
6767
//}
6868
}

0 commit comments

Comments
 (0)