From 279cfe27545d15fdc8342671241536eb2b5ce41d Mon Sep 17 00:00:00 2001 From: jean Date: Sun, 7 Feb 2021 19:07:33 +0100 Subject: [PATCH] This removes transparency=yes a xml property not used with the newest exporter --- src/graphics/material.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/graphics/material.cpp b/src/graphics/material.cpp index f5f204510..d8bac886b 100644 --- a/src/graphics/material.cpp +++ b/src/graphics/material.cpp @@ -203,15 +203,6 @@ Material::Material(const XMLNode *node, bool deprecated) m_shader_name = "alphablend"; } - b = false; - node->get("transparency", &b); - if (b) - { - m_shader_name = "alphatest"; - } - - //node->get("lightmap", &m_lightmap); - b = false; node->get("alpha", &b); if (b)