unneeded LuaHelpers::RunAtExpressionS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user