mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-25 10:14:36 -05:00
Update src/gba_color_util.c
Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ UNUSED static void ScaleRGBColor(RGB_Array *dst, s32 factor, RGB_Array *src)
|
||||
UNUSED static void InterpolateRGBColorGradient(RGB_Array *dst, s32 steps, RGB_Array *start, RGB_Array *end)
|
||||
{
|
||||
s32 i, j;
|
||||
float spFloats[4];
|
||||
float spFloats[RGB_FIELDS_COUNT];
|
||||
float floatsMul[4];
|
||||
float f0 = 1.0f / steps;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user