From 5f7adfc1af8c7610b989806069a66764471a39d1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 21 Sep 2021 08:07:09 -0400 Subject: examples: Fix model example. --- examples/model.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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) -- cgit v1.2.3