Skip to content

Commit

Permalink
adjusted main page
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsumthinking committed Aug 12, 2015
1 parent 2c68eb5 commit 05512b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Turtle.playground/Sources/Secret Turtle Stuff/Avatar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct Avatar {
kCIInputAngleKey : NSNumber(double: angle)]) else {
return image
}
return UIImage(CIImage: hueAdjuster.outputImage)
return UIImage(CIImage: hueAdjuster.outputImage!)
}

}
9 changes: 1 addition & 8 deletions Turtle.playground/contents.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//for i in 1 ... 30 {
// hexagon(120)
// nextColor()
// right(12)
//}

forward()
forward()

turtle
turtle

0 comments on commit 05512b3

Please sign in to comment.