summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2013-08-27 18:44:46 -0400
committerDavid Thompson <dthompson@member.fsf.org>2013-08-27 18:44:46 -0400
commit776cd81c2fb923d934bab3686d61fbdcc8f8ab7f (patch)
tree910b5c6d6346aec64961763ab4d7d2b8e60c6f17 /examples
parentcd9a3d80d8443b4e9a2fbab8f15235fd91e69052 (diff)
Rename apply-color to use-color.
Diffstat (limited to 'examples')
-rw-r--r--examples/font.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/font.scm b/examples/font.scm
index 69da60a..680d4e6 100644
--- a/examples/font.scm
+++ b/examples/font.scm
@@ -27,7 +27,7 @@
(define (render)
(let ((fps (floor (inexact->exact (current-fps)))))
(with-gl-push-matrix
- (apply-color white)
+ (use-color white)
(draw-font font (format #f "FPS: ~d" fps))))
(draw-textbox textbox))