mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Fix transparency in SDL2.0 code. [Couriersud]
This commit is contained in:
parent
20b2604f25
commit
69a68387ba
@ -354,7 +354,7 @@ INLINE void set_coloralphamode(SDL_Texture *texture_id, const render_color *col
|
||||
else
|
||||
{
|
||||
SDL_SetTextureColorMod(texture_id, 0xFF, 0xFF, 0xFF);
|
||||
SDL_SetTextureAlphaMod(texture_id, 0xFF);
|
||||
SDL_SetTextureAlphaMod(texture_id, 0x00);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user