mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed bug 2100 - directfb fails to build
This commit is contained in:
parent
3ef5a97706
commit
c95761e00a
@ -674,7 +674,7 @@ DirectFB_GetTexturePalette(SDL_Renderer * renderer,
|
||||
colors[i].r = entries[i].r;
|
||||
colors[i].g = entries[i].g;
|
||||
colors[i].b = entries[i].b;
|
||||
colors[i].unused = SDL_ALPHA_OPAQUE;
|
||||
colors[i].a = SDL_ALPHA_OPAQUE;
|
||||
}
|
||||
return 0;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user