diff --git a/Source/SysVita/HLEGraphics/RendererModern.cpp b/Source/SysVita/HLEGraphics/RendererModern.cpp index b0cd9689..c6d49933 100644 --- a/Source/SysVita/HLEGraphics/RendererModern.cpp +++ b/Source/SysVita/HLEGraphics/RendererModern.cpp @@ -424,7 +424,7 @@ void RendererModern::RestoreRenderStates() glScissor(0,0, width, height); glEnable(GL_SCISSOR_TEST); - glBlendEquation(GL_ADD); + glBlendEquation(GL_FUNC_ADD); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glDisable( GL_BLEND );