GUI: remove double semicolon
This commit is contained in:
parent
7c2803fae9
commit
8264449c7a
|
@ -3489,7 +3489,7 @@ bool FurnaceGUI::loop() {
|
||||||
int sampleCountBefore=e->song.sampleLen;
|
int sampleCountBefore=e->song.sampleLen;
|
||||||
std::vector<DivInstrument*> instruments=e->instrumentFromFile(ev.drop.file);
|
std::vector<DivInstrument*> instruments=e->instrumentFromFile(ev.drop.file);
|
||||||
DivWavetable* droppedWave=NULL;
|
DivWavetable* droppedWave=NULL;
|
||||||
DivSample* droppedSample=NULL;;
|
DivSample* droppedSample=NULL;
|
||||||
if (!instruments.empty()) {
|
if (!instruments.empty()) {
|
||||||
if (e->song.sampleLen!=sampleCountBefore) {
|
if (e->song.sampleLen!=sampleCountBefore) {
|
||||||
e->renderSamplesP();
|
e->renderSamplesP();
|
||||||
|
|
Loading…
Reference in a new issue