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 *wavetable;
|
||||||
float freq;
|
float freq;
|
||||||
float depth;
|
float depth;
|
||||||
int index;
|
unsigned index;
|
||||||
int maxindex;
|
unsigned maxindex;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct tremolo
|
struct tremolo
|
||||||
|
|
Loading…
Reference in New Issue