diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/model.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/model.scm b/examples/model.scm index 98a7deb..00441a1 100644 --- a/examples/model.scm +++ b/examples/model.scm @@ -27,7 +27,7 @@ (define (draw alpha) (with-projection projection - (draw-model model model-matrix view-matrix)) + (draw-model model model-matrix view-matrix position)) (draw-text text text-position)) (define (update dt) |