From 052a8634d28f86da10c5b48d1caff3cdf80db8ad Mon Sep 17 00:00:00 2001 From: Alexander Gessler Date: Mon, 8 Apr 2013 20:05:56 +0200 Subject: [PATCH] OgreMaterial: remove unneeded variable. --- code/OgreMaterial.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/OgreMaterial.cpp b/code/OgreMaterial.cpp index 213fa2128..b9913648e 100644 --- a/code/OgreMaterial.cpp +++ b/code/OgreMaterial.cpp @@ -64,8 +64,6 @@ namespace Ogre aiMaterial* OgreImporter::LoadMaterial(const std::string MaterialName) const { - const aiScene* const m_CurrentScene=this->m_CurrentScene;//make sure, that we can access but not change the scene - /*For better understanding of the material parser, here is a material example file: material Sarg