summaryrefslogtreecommitdiff
path: root/src/modules/ray/ray.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2017-04-21 14:18:21 -0700
committerVito Caputo <vcaputo@pengaru.com>2017-04-21 14:18:21 -0700
commitf1557bea361602224f07965b8292b694ef570690 (patch)
treef9d56542d179dbd45f3f12117c227dc2ff117755 /src/modules/ray/ray.c
parentd1a7170c350553bb55f3a55fc807802fee0ed33e (diff)
*: s/renderer/module/g
Make consistent with the source directory structure naming.
Diffstat (limited to 'src/modules/ray/ray.c')
-rw-r--r--src/modules/ray/ray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ray/ray.c b/src/modules/ray/ray.c
index 12d4bc8..1652aa2 100644
--- a/src/modules/ray/ray.c
+++ b/src/modules/ray/ray.c
@@ -166,7 +166,7 @@ static void ray(fb_fragment_t *fragment)
}
-rototiller_renderer_t ray_renderer = {
+rototiller_module_t ray_module = {
.render = ray,
.name = "ray",
.description = "Multi-threaded ray tracer",
© All Rights Reserved