Adjust types of index and maxindex to unsigned
This commit is contained in:
parent
ce6cd0000c
commit
b85bcb8e48
|
@ -35,8 +35,8 @@ struct tremolo_core
|
|||
float *wavetable;
|
||||
float freq;
|
||||
float depth;
|
||||
int index;
|
||||
int maxindex;
|
||||
unsigned index;
|
||||
unsigned maxindex;
|
||||
};
|
||||
|
||||
struct tremolo
|
||||
|
|
Loading…
Reference in New Issue