From e08527a4f434af598cfbdbfe9fc4dc8f98c84a0d Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Sat, 30 May 2020 16:12:11 +1000 Subject: [PATCH] Workaround for darkplaces#106 (blendfunc sorting) --- scripts/exomorphx.shader | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/exomorphx.shader b/scripts/exomorphx.shader index 78cfb384..2b248c28 100644 --- a/scripts/exomorphx.shader +++ b/scripts/exomorphx.shader @@ -335,7 +335,7 @@ textures/exomorphx/grate-metal_grate02 { map textures/exomorphx/grate/metal_grate02 - blendfunc blend + alphafunc GE128 } { @@ -361,7 +361,7 @@ textures/exomorphx/grate-metal_grate04 { map textures/exomorphx/grate/metal_grate04 - blendfunc blend + alphafunc GE128 } { @@ -387,7 +387,7 @@ textures/exomorphx/grate-metal_grate03 { map textures/exomorphx/grate/metal_grate03 - blendfunc blend + alphafunc GE128 } { @@ -413,7 +413,7 @@ textures/exomorphx/grate-metal_grate06 { map textures/exomorphx/grate/metal_grate06 - blendfunc blend + alphafunc GE128 } { @@ -439,7 +439,7 @@ textures/exomorphx/grate-metal_grate01 { map textures/exomorphx/grate/metal_grate01 - blendfunc blend + alphafunc GE128 } { @@ -465,7 +465,7 @@ textures/exomorphx/grate-metal_grate05 { map textures/exomorphx/grate/metal_grate05 - blendfunc blend + alphafunc GE128 } { @@ -2480,4 +2480,4 @@ textures/exomorphx/wall-metal_panel01_orange tcGen lightmap blendfunc filter } -} \ No newline at end of file +} -- 2.39.2