From a27f871aecf07d4624ad443e763e25d684536ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Thu, 10 Dec 2009 23:37:00 +0100 Subject: Blend aktiviert. --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 0132992..a25aafd 100644 --- a/main.cpp +++ b/main.cpp @@ -23,8 +23,8 @@ void initGL(bool multisample) { //glEnable(GL_DEPTH_TEST); //glDepthFunc(GL_LEQUAL); - //glEnable(GL_BLEND); - //glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); + glEnable(GL_BLEND); + glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); #ifndef _WIN32 if(multisample) -- cgit v1.2.3