diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-17 08:14:18 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-17 08:14:18 -0400 |
commit | 5edce04c698cd92149004ead1cad77c481c682e8 (patch) | |
tree | 526b428e10e714e649d4f9fd83d73cc0e81512d5 /examples/model.scm | |
parent | b4b1dbaaec28331572503828d1b30ec0eea79619 (diff) |
Rename (chickadee graphics font) to (chickadee graphics text).
Diffstat (limited to 'examples/model.scm')
-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 26067b6..4fa42c7 100644 --- a/examples/model.scm +++ b/examples/model.scm @@ -4,7 +4,7 @@ (chickadee math vector) (chickadee graphics engine) (chickadee graphics model) - (chickadee graphics font) + (chickadee graphics text) (ice-9 format)) (define projection (perspective-projection (/ pi 3) (/ 4.0 3.0) 0.1 500.0)) |