Adjust types of index and maxindex to unsigned

This commit is contained in:
pstef 2025-03-20 16:21:27 +00:00
parent ce6cd0000c
commit b85bcb8e48

View file

@ -35,8 +35,8 @@ struct tremolo_core
float *wavetable;
float freq;
float depth;
int index;
int maxindex;
unsigned index;
unsigned maxindex;
};
struct tremolo