GRAPHICS: MACGUI: Fix color searching
This commit is contained in:
parent
1b2892e921
commit
f515393a74
1 changed files with 2 additions and 2 deletions
|
@ -505,8 +505,8 @@ void MacWindowManager::passPalette(const byte *pal, uint size) {
|
||||||
p += 3;
|
p += 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
_colorWhite = brightest;
|
_colorWhite = bi;
|
||||||
_colorBlack = darkest;
|
_colorBlack = di;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MacWindowManager::pauseEngine(bool pause) {
|
void MacWindowManager::pauseEngine(bool pause) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue