mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 16:12:31 +00:00
kill this false positive
This commit is contained in:
parent
f088c9ec49
commit
0fce35fa88
1 changed files with 1 additions and 1 deletions
|
@ -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!";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue