diff options
| author | realtradam <[email protected]> | 2023-03-05 06:38:09 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-03-05 06:38:09 -0500 |
| commit | e58d0577634b1405a40a4b1ebd0a36323fa81970 (patch) | |
| tree | e0facd0d5e396b07ef161dc7ef885c71694d0cbb /src/rodeo_math.c | |
| parent | eb6a382d03c5b9c915a949ea1119c2cbf72f1d6e (diff) | |
| download | RodeoKit-e58d0577634b1405a40a4b1ebd0a36323fa81970.tar.gz RodeoKit-e58d0577634b1405a40a4b1ebd0a36323fa81970.zip | |
initial rewrite to follow new styleguide
Diffstat (limited to 'src/rodeo_math.c')
| -rw-r--r-- | src/rodeo_math.c | 2 |
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)) |
