]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/shaders/shaders.cpp
added install.py; updated COMPILING; fixed q3 shader transparency rendering; jedi...
[xonotic/netradiant.git] / plugins / shaders / shaders.cpp
index d945069d1599f56abffa1f3da10d633ac84addda..3bfa7296305f14eed5c9d034cb23b294d7c3e659 100644 (file)
@@ -976,7 +976,7 @@ public:
     m_template(*definition.shaderTemplate),
     m_args(definition.args),
     m_filename(definition.filename),
-    m_blendFunc(BLEND_ONE, BLEND_ZERO),
+    m_blendFunc(BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA),
     m_bInUse(false)
   {
     m_pTexture = 0;