MSVC is better than GCC right?
This commit is contained in:
parent
a0ebcec014
commit
d1b928dbd9
|
@ -394,7 +394,7 @@ void FurnaceGUI::drawSampleList() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void FurnaceGUI::actualWaveList() {
|
void FurnaceGUI::actualWaveList() {
|
||||||
float wavePreview[256];
|
float wavePreview[257];
|
||||||
for (int i=0; i<(int)e->song.wave.size(); i++) {
|
for (int i=0; i<(int)e->song.wave.size(); i++) {
|
||||||
DivWavetable* wave=e->song.wave[i];
|
DivWavetable* wave=e->song.wave[i];
|
||||||
for (int i=0; i<wave->len; i++) {
|
for (int i=0; i<wave->len; i++) {
|
||||||
|
|
Loading…
Reference in a new issue