shithub: tinygl

Download patch

ref: 418ba9c55deace524b3d642952488bf2fe3ed937
parent: d8bf337b8f8eb9452fea71223ddd9fabdbe23c85
author: David <gek@katherine>
date: Sun Mar 7 22:35:44 EST 2021

Automatic commit.

--- a/SDL_Examples/gears.c
+++ b/SDL_Examples/gears.c
@@ -419,7 +419,7 @@
 		glDisable(GL_DEPTH_TEST);
 		glEnable(GL_BLEND);
 		glDepthMask(GL_FALSE);
-		glBlendFunc(GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR);
+		glBlendFunc(GL_SRC_COLOR, GL_DST_COLOR);
 		glBlendEquation(GL_FUNC_ADD);
 	}else{
 		glEnable(GL_DEPTH_TEST);