diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-21 08:07:09 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-21 20:17:36 -0400 |
commit | 5f7adfc1af8c7610b989806069a66764471a39d1 (patch) | |
tree | b7044848e23e4481ca345a6de8b67395dba15b2e | |
parent | 0ce7838e4794fabfd68aab41ec8f965f83680bec (diff) |
examples: Fix model example.
-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) |