Merge branch 'master' of https://github.com/tildearrow/furnace into k007232
This commit is contained in:
commit
3a4197c464
44 changed files with 488 additions and 181 deletions
|
|
@ -697,7 +697,7 @@ void FurnaceGUI::actualSampleList() {
|
|||
DivDispatch* dispatch=e->getDispatch(j);
|
||||
if (dispatch==NULL) continue;
|
||||
|
||||
for (int k=0; k<4; k++) {
|
||||
for (int k=0; k<DIV_MAX_SAMPLE_TYPE; k++) {
|
||||
if (dispatch->getSampleMemCapacity(k)==0) continue;
|
||||
if (!dispatch->isSampleLoaded(k,i) && sample->renderOn[k][j]) {
|
||||
memWarning=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue