for consistency
This commit is contained in:
@@ -419,7 +419,7 @@ Actor* ActorUtil::MakeActor( const RString &sPath_, const XNode *pParent, Actor
|
|||||||
}
|
}
|
||||||
case FT_Directory:
|
case FT_Directory:
|
||||||
{
|
{
|
||||||
XNode xml;
|
XNode xml( *pParent );
|
||||||
xml.AppendAttr( "AniDir", sPath );
|
xml.AppendAttr( "AniDir", sPath );
|
||||||
|
|
||||||
return ActorUtil::Create( "BGAnimation", &xml, pParentActor );
|
return ActorUtil::Create( "BGAnimation", &xml, pParentActor );
|
||||||
|
|||||||
Reference in New Issue
Block a user