diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-08-08 07:47:49 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-08-08 07:47:49 -0400 |
commit | 7520b6c061d0474793105480a89b2319461b67ee (patch) | |
tree | 693322ad83e362d4575c54d2aa675e3d409dfc58 /Makefile.am | |
parent | 5b734df51ee6fd3882a9b6c90562d4a7bafc12e2 (diff) |
Move color module into render namespace.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5bdd98d..d39cf38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,7 @@ SOURCES = \ chickadee/math/matrix.scm \ chickadee/math/rect.scm \ chickadee/math/easings.scm \ - chickadee/color.scm \ + chickadee/render/color.scm \ chickadee/render/gl.scm \ chickadee/render/gpu.scm \ chickadee/render/blend.scm \ |