diff --git a/src/gui/dataList.cpp b/src/gui/dataList.cpp index 4dfc9f28..0c0457ea 100644 --- a/src/gui/dataList.cpp +++ b/src/gui/dataList.cpp @@ -394,7 +394,7 @@ void FurnaceGUI::drawSampleList() { } void FurnaceGUI::actualWaveList() { - float wavePreview[256]; + float wavePreview[257]; for (int i=0; i<(int)e->song.wave.size(); i++) { DivWavetable* wave=e->song.wave[i]; for (int i=0; ilen; i++) {