summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:22:20 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:22:20 -0500
commit3d39cbb50303ca052e443199f87364e0e57bbb47 (patch)
tree5df7a34e6895fa293f00f33c6db85d8e8d5bd779 /examples
parentd371b26178d98001beaec3429bc65ad892bd31a1 (diff)
math: Move rect module to sly/math directory.
* sly/rect.scm: Delete. * sly/math/rect.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * sly/render/camera.scm: Use (sly math rect) module. * examples/simple.scm: Likewise.
Diffstat (limited to 'examples')
-rw-r--r--examples/simple.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple.scm b/examples/simple.scm
index b11f3ac..cef0edb 100644
--- a/examples/simple.scm
+++ b/examples/simple.scm
@@ -17,7 +17,7 @@
(use-modules (sly camera)
(sly game)
- (sly rect)
+ (sly math rect)
(sly render scene)
(sly render sprite)
(sly math transform)