ActorUtil::ResolvePath in ActorUtil::GetAttrPath

This commit is contained in:
Glenn Maynard
2006-10-15 01:45:33 +00:00
parent 9f207942b6
commit 4ebd0192db
+2
View File
@@ -487,6 +487,8 @@ bool ActorUtil::GetAttrPath( const XNode *pNode, const RString &sName, RString &
sOut = sDir+sOut;
}
ActorUtil::ResolvePath( sOut, ActorUtil::GetWhere(pNode) );
return true;
}