Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsumthinking committed Aug 12, 2015
2 parents 47373c0 + eda1b95 commit 2c68eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public func right() {

// MARK: - left -

public func left(degrees: Double = 90) {
public func left(degrees: Double) {
turtle.increaseHeadingBy(-degrees)
}

Expand Down

0 comments on commit 2c68eb5

Please sign in to comment.