From b0dbb6259f38a697a2d158c4ba2a2fabce658b59 Mon Sep 17 00:00:00 2001 From: Mirio Date: Sun, 27 Nov 2016 17:18:39 +0100 Subject: [PATCH] Add nopicmip to shader file --- scripts/map_boil.shader | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/map_boil.shader b/scripts/map_boil.shader index 57075b12..7fbb00eb 100644 --- a/scripts/map_boil.shader +++ b/scripts/map_boil.shader @@ -5,6 +5,7 @@ textures/map_boil/credit surfaceparm nonsolid polygonOffset cull none + nopicmip { map textures/map_boil/credit blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA @@ -19,6 +20,7 @@ textures/map_boil/brush surfaceparm nonsolid polygonOffset cull none + nopicmip { map textures/map_boil/brush blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA @@ -33,6 +35,7 @@ textures/map_boil/frogg surfaceparm nonsolid polygonOffset cull none + nopicmip { map textures/map_boil/frogg blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA -- 2.39.2