unneeded LuaHelpers::RunAtExpressionS

This commit is contained in:
Glenn Maynard
2006-10-09 01:22:17 +00:00
parent ce07b22b56
commit e0b788de16
10 changed files with 0 additions and 20 deletions
-2
View File
@@ -111,8 +111,6 @@ void Sprite::LoadFromNode( const RString& sDir, const XNode* pNode )
RString sPath;
if( pNode->GetAttrValue( "Texture", sPath ) )
{
LuaHelpers::RunAtExpressionS( sPath );
bool bIsAbsolutePath = sPath.Left(1) == "/";
sPath = bIsAbsolutePath ? sPath : sDir+sPath;
}