mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Corrected name of SDL_Color field from unused to a.
This commit is contained in:
parent
8b6ad7ffba
commit
90afb94ec6
@ -308,7 +308,7 @@ DisplayPaletteChanged(void *userdata, SDL_Palette * palette)
|
||||
entries[i].r = palette->colors[i].r;
|
||||
entries[i].g = palette->colors[i].g;
|
||||
entries[i].b = palette->colors[i].b;
|
||||
entries[i].a = palette->colors[i].unused;
|
||||
entries[i].a = palette->colors[i].a;
|
||||
}
|
||||
SDL_DFB_CHECKERR(surfpal->SetEntries(surfpal, entries, ncolors, 0));
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user