kill this false positive

This commit is contained in:
tildearrow 2022-11-27 00:31:39 -05:00
parent f088c9ec49
commit 0fce35fa88
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ void FurnaceGUI::drawSampleEdit() {
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!";
}