diff options
Diffstat (limited to 'Runtime/Graphics/RenderCommands.h')
| -rw-r--r-- | Runtime/Graphics/RenderCommands.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Runtime/Graphics/RenderCommands.h b/Runtime/Graphics/RenderCommands.h index 123e6f0..ecb0904 100644 --- a/Runtime/Graphics/RenderCommands.h +++ b/Runtime/Graphics/RenderCommands.h @@ -70,6 +70,7 @@ struct Cmd_Blend : RenderCommand  		if (!enable)  			glDisable(GL_BLEND);  		glEnable(GL_BLEND); +        glBlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD);
  		GLenum src, dst;  		switch (srcFac)  		{  | 
