From: MirceaKitsune Date: Fri, 18 Nov 2011 00:03:46 +0000 (+0200) Subject: Fix warpzone textures with the latest engine X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bfd056752062af56586e544ec0fe5f7e3508c22b;p=voretournament%2Fvoretournament.git Fix warpzone textures with the latest engine --- 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 } }