1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Merge branch 'master' into krzys-h-wip/android

This commit is contained in:
Mathieu Schroeter 2018-06-11 18:19:50 +02:00
commit eaf59f66c7

View File

@ -254,8 +254,9 @@ CPixmap::Cache (
return false;
}
SDL_SetTextureBlendMode (
m_SDLTextureInfo[channel].texture, SDL_BLENDMODE_BLEND);
if (channel != CHBACK)
SDL_SetTextureBlendMode (
m_SDLTextureInfo[channel].texture, SDL_BLENDMODE_BLEND);
}
SDL_SetRenderTarget (g_renderer, m_SDLTextureInfo[channel].texture);