Navigation Menu

Skip to content

Commit

Permalink
Fixed bug 2100 - directfb fails to build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 28, 2013
1 parent 3ef5a97 commit c95761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/directfb/SDL_DirectFB_render.c
Expand Up @@ -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 {
Expand Down

0 comments on commit c95761e

Please sign in to comment.