5650 is also simple alpha.

This commit is contained in:
Unknown W. Brackets 2014-05-26 21:28:44 -07:00 committed by Henrik Rydgard
parent 5f99f663ef
commit 14c081904c

View File

@ -975,7 +975,7 @@ void TextureCache::SetTextureFramebuffer(TexCacheEntry *entry) {
gstate_c.curTextureHeight = entry->framebuffer->height;
gstate_c.flipTexture = true;
gstate_c.textureFullAlpha = entry->framebuffer->format == GE_FORMAT_565;
gstate_c.textureSimpleAlpha = false;
gstate_c.textureSimpleAlpha = gstate_c.textureFullAlpha;
UpdateSamplingParams(*entry, true);
} else {
if (entry->framebuffer->fbo)