summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-09-21 08:07:09 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-09-21 20:17:36 -0400
commit5f7adfc1af8c7610b989806069a66764471a39d1 (patch)
treeb7044848e23e4481ca345a6de8b67395dba15b2e /examples
parent0ce7838e4794fabfd68aab41ec8f965f83680bec (diff)
examples: Fix model example.
Diffstat (limited to 'examples')
-rw-r--r--examples/model.scm2
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)