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:
commit
eaf59f66c7
@ -254,8 +254,9 @@ CPixmap::Cache (
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL_SetTextureBlendMode (
|
if (channel != CHBACK)
|
||||||
m_SDLTextureInfo[channel].texture, SDL_BLENDMODE_BLEND);
|
SDL_SetTextureBlendMode (
|
||||||
|
m_SDLTextureInfo[channel].texture, SDL_BLENDMODE_BLEND);
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL_SetRenderTarget (g_renderer, m_SDLTextureInfo[channel].texture);
|
SDL_SetRenderTarget (g_renderer, m_SDLTextureInfo[channel].texture);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user