diff options
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)) |