redundant

This commit is contained in:
Glenn Maynard
2006-07-11 17:00:52 +00:00
parent 020d263cdd
commit e066ea44e8
-1
View File
@@ -122,7 +122,6 @@ retry:
RString sPath; RString sPath;
if( pNode->GetAttrValue( "Texture", sTextureFile ) ) if( pNode->GetAttrValue( "Texture", sTextureFile ) )
{ {
sPath = sDir + sTextureFile;
LuaHelpers::RunAtExpressionS( sTextureFile ); LuaHelpers::RunAtExpressionS( sTextureFile );
bool bIsAbsolutePath = sTextureFile.Left(1) == "/"; bool bIsAbsolutePath = sTextureFile.Left(1) == "/";