mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
GUI: fix mistake in multi-sample load error
This commit is contained in:
parent
7e5f91a69c
commit
483a906edb
1 changed files with 1 additions and 1 deletions
|
@ -4886,7 +4886,7 @@ bool FurnaceGUI::loop() {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case GUI_FILE_SAMPLE_OPEN: {
|
case GUI_FILE_SAMPLE_OPEN: {
|
||||||
String errs="there were some errors while loading wavetables:\n";
|
String errs="there were some errors while loading samples:\n";
|
||||||
bool warn=false;
|
bool warn=false;
|
||||||
for (String i: fileDialog->getFileName()) {
|
for (String i: fileDialog->getFileName()) {
|
||||||
DivSample* s=e->sampleFromFile(i.c_str());
|
DivSample* s=e->sampleFromFile(i.c_str());
|
||||||
|
|
Loading…
Reference in a new issue