GUI: remove double semicolon

This commit is contained in:
tildearrow 2023-06-10 19:22:44 -05:00
parent 7c2803fae9
commit 8264449c7a
1 changed files with 1 additions and 1 deletions

View File

@ -3489,7 +3489,7 @@ bool FurnaceGUI::loop() {
int sampleCountBefore=e->song.sampleLen;
std::vector<DivInstrument*> instruments=e->instrumentFromFile(ev.drop.file);
DivWavetable* droppedWave=NULL;
DivSample* droppedSample=NULL;;
DivSample* droppedSample=NULL;
if (!instruments.empty()) {
if (e->song.sampleLen!=sampleCountBefore) {
e->renderSamplesP();