summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-08-13 13:14:38 -0400
committerDavid Thompson <dthompson2@worcester.edu>2017-09-13 21:16:30 -0400
commit69d613380e358b0ee30e1925eae8f54eed60a825 (patch)
tree3f01f83d84498653369bfc231fe087347bb4dad2
parent5e5c0ac2c3f80f14428c19293773245a8477aaaf (diff)
texture: Export texture-atlas-texture.
-rw-r--r--chickadee/render/texture.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/chickadee/render/texture.scm b/chickadee/render/texture.scm
index 65e2ba5..e019aa7 100644
--- a/chickadee/render/texture.scm
+++ b/chickadee/render/texture.scm
@@ -52,6 +52,7 @@
list->texture-atlas
split-texture
texture-atlas?
+ texture-atlas-texture
texture-atlas-ref))