Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerge Bot <bot@example.com>2022-10-10 03:42:51 +0300
committerAutomerge Bot <bot@example.com>2022-10-10 03:42:51 +0300
commit53d6ae60d95bf79213bb057cca1412507af0015a (patch)
tree79c9febd10f2cef697e76b060fbb49a4b6b786e3
parenta31ddea65fed62423a39c02a504b6eb00c6f88ec (diff)
parent06467ce73aecf1e96c54dbf6e59a00fd617f2eb4 (diff)
Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirl
-rw-r--r--src/drivers/Qt/ConsoleViewerGL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Qt/ConsoleViewerGL.cpp b/src/drivers/Qt/ConsoleViewerGL.cpp
index f836dd88..c877cefe 100644
--- a/src/drivers/Qt/ConsoleViewerGL.cpp
+++ b/src/drivers/Qt/ConsoleViewerGL.cpp
@@ -671,7 +671,7 @@ void ConsoleViewGL_t::paintGL(void)
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
glEnable(GL_BLEND);
- glBlendFunc(GL_ONE, GL_ONE);
+ glBlendFunc(GL_ONE, GL_ZERO);
//glBlendFunc(GL_ONE_MINUS_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
if ( textureType == GL_TEXTURE_RECTANGLE )