From bfd056752062af56586e544ec0fe5f7e3508c22b Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Fri, 18 Nov 2011 02:03:46 +0200 Subject: [PATCH] Fix warpzone textures with the latest engine --- data/scripts/warpzone.shader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/scripts/warpzone.shader b/data/scripts/warpzone.shader index 81761ec1..7f87711e 100644 --- a/data/scripts/warpzone.shader +++ b/data/scripts/warpzone.shader @@ -21,7 +21,7 @@ textures/warpzone/warpzone-blueedge cull none { map textures/warpzone/warpzone-blueedge.tga - blendfunc add + blendfunc GL_SRC_ALPHA GL_ONE } } @@ -33,6 +33,6 @@ textures/warpzone/warpzone-rededge cull none { map textures/warpzone/warpzone-rededge.tga - blendfunc add + blendfunc GL_SRC_ALPHA GL_ONE } } -- 2.39.2