DM: Fix addActiveGroup with groupGenerator
This commit is contained in:
parent
c798b1ca02
commit
0bd785e7eb
2 changed files with 3 additions and 6 deletions
|
@ -3645,8 +3645,7 @@ bool DisplayMan::f491_isDerivedBitmapInCache(int16 derivedBitmapIndex) {
|
|||
_g638_derivedBitmaps[derivedBitmapIndex] = new byte[_g639_derivedBitmapByteCount[derivedBitmapIndex] * 2];
|
||||
return false;
|
||||
} else {
|
||||
warning(false, "f491_isDerivedBitmapInCache always returns false");
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue