Previous 199869 Revisions Next

r29622 Sunday 13th April, 2014 at 23:31:51 UTC by Couriersud
Fix transparency in SDL2.0 code. [Couriersud]
[src/osd/sdl]draw13.c

trunk/src/osd/sdl/draw13.c
r29621r29622
354354   else
355355   {
356356      SDL_SetTextureColorMod(texture_id, 0xFF, 0xFF, 0xFF);
357      SDL_SetTextureAlphaMod(texture_id, 0xFF);
357      SDL_SetTextureAlphaMod(texture_id, 0x00);
358358   }
359359}
360360

Previous 199869 Revisions Next


© 1997-2024 The MAME Team