Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Sep 2, 2009
1 parent 5653230 commit b25bb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rosado/processing.clj
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@

(defn framerate [new-rate] (.frameRate *applet* (float new-rate)))

(def frame-rate frame-rate)
(def frame-rate framerate)

(defn frustum
[l r b t near far]
Expand Down

0 comments on commit b25bb90

Please sign in to comment.