Merge pull request #1484 from ssakash/annoying_warning

GSDX: Silence an implicit conversion warning
This commit is contained in:
ramapcsx2 2016-07-29 10:11:31 +02:00 committed by GitHub
commit 1068208887
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ void GSRendererOGL::EmulateBlending(bool DATE_GL42)
if (accumulation_blend) {
// Keep HW blending to do the addition/subtraction
dev->OMSetBlendState(blend_index, 0.0f, false, true);
dev->OMSetBlendState(blend_index, 0, false, true);
if (ALPHA.A == 2) {
// The blend unit does a reverse subtraction so it means
// the shader must output a positive value.