better debug
This commit is contained in:
@@ -295,7 +295,7 @@ void Actor::LoadFromNode( const RString& sDir, const XNode* pNode )
|
|||||||
c->GetAttrValue( "Value", sValue );
|
c->GetAttrValue( "Value", sValue );
|
||||||
|
|
||||||
LuaHelpers::RunAtExpressionS( sName );
|
LuaHelpers::RunAtExpressionS( sName );
|
||||||
apActorCommands apac = ActorUtil::ParseActorCommands( sValue );
|
apActorCommands apac = ActorUtil::ParseActorCommands( sValue, ssprintf("%s: %s", sDir.c_str(), sKeyName.c_str()) );
|
||||||
|
|
||||||
AddCommand( sName, apac );
|
AddCommand( sName, apac );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user