summaryrefslogtreecommitdiffhomepage
path: root/src/rodeo_math.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rodeo_math.c')
-rw-r--r--src/rodeo_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rodeo_math.c b/src/rodeo_math.c
index 248e600..f45c6e6 100644
--- a/src/rodeo_math.c
+++ b/src/rodeo_math.c
@@ -6,7 +6,7 @@
uint32_t
Rodeo__\
Math__\
-color_rgba_to_uint32(const Rodeo__color_rgba_t color)
+color_rgba_to_uint32(const rodeo_rgba_t color)
{
return
((uint32_t)(uint8_t)(color.red * 255))