From c65762cd77e83052b2ca1d3d254ecfa06f028af9 Mon Sep 17 00:00:00 2001 From: auria Date: Sat, 26 Nov 2011 21:55:31 +0000 Subject: [PATCH] Fixed bug in my previous commit, sorry git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10262 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/graphics/material.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphics/material.cpp b/src/graphics/material.cpp index 7cee36cb8..ea87c6af3 100644 --- a/src/graphics/material.cpp +++ b/src/graphics/material.cpp @@ -247,6 +247,7 @@ void Material::init(unsigned int index) m_clamp_tex = 0; m_alpha_testing = false; m_lightmap = false; + m_additive_lightmap = false; m_adjust_image = ADJ_NONE; m_alpha_blending = false; m_lighting = true;