wined3d: Correct an ERR/FIXME.
This commit is contained in:
parent
75be5eee63
commit
10929cbe43
|
@ -4563,7 +4563,7 @@ void d3dfmt_p8_init_palette(const struct wined3d_surface *surface, BYTE table[25
|
|||
|
||||
if (!pal)
|
||||
{
|
||||
ERR("This code should never get entered for DirectDraw!, expect problems\n");
|
||||
FIXME("No palette set.\n");
|
||||
if (index_in_alpha)
|
||||
{
|
||||
/* Guarantees that memory representation remains correct after sysmem<->texture transfers even if
|
||||
|
|
Loading…
Reference in New Issue