mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 08:11:16 +00:00
uhh
This commit is contained in:
parent
cc32fc0e5b
commit
e90190b122
@ -114,7 +114,7 @@ MxResult MxBitmap::ImportColorsToPalette(RGBQUAD* p_rgbquad, MxPalette* p_palett
|
||||
return ret;
|
||||
} else {
|
||||
MxPalette local_pal;
|
||||
if (!local_pal.GetEntries(entries))
|
||||
if (local_pal.GetEntries(entries))
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user