diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-08-27 18:44:46 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-08-27 18:44:46 -0400 |
commit | 776cd81c2fb923d934bab3686d61fbdcc8f8ab7f (patch) | |
tree | 910b5c6d6346aec64961763ab4d7d2b8e60c6f17 /examples | |
parent | cd9a3d80d8443b4e9a2fbab8f15235fd91e69052 (diff) |
Rename apply-color to use-color.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/font.scm | 2 |
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)) |