kill this false positive
This commit is contained in:
parent
f088c9ec49
commit
0fce35fa88
|
@ -379,7 +379,7 @@ void FurnaceGUI::drawSampleEdit() {
|
||||||
toolText=fmt::sprintf("%s (%s)\n%d bytes free",e->getSystemName(e->song.system[j]),memName,totalFree);
|
toolText=fmt::sprintf("%s (%s)\n%d bytes free",e->getSystemName(e->song.system[j]),memName,totalFree);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isMemWarning[i][j]) {
|
if (isMemWarning[i][j] && sample->renderOn[i][j]) {
|
||||||
toolText+="\n\nnot enough memory for this sample!";
|
toolText+="\n\nnot enough memory for this sample!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue