diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-08-13 13:14:38 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-09-13 21:16:30 -0400 |
commit | 69d613380e358b0ee30e1925eae8f54eed60a825 (patch) | |
tree | 3f01f83d84498653369bfc231fe087347bb4dad2 | |
parent | 5e5c0ac2c3f80f14428c19293773245a8477aaaf (diff) |
texture: Export texture-atlas-texture.
-rw-r--r-- | chickadee/render/texture.scm | 1 |
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)) |