cosmetic change a argument name

This commit is contained in:
UbitUmarov
2021-07-16 01:25:48 +01:00
parent 011868adc7
commit 03239dfbca
2 changed files with 4 additions and 4 deletions

View File

@@ -786,9 +786,9 @@ namespace OpenSim.Region.Framework.Scenes
}
}
protected internal void SwapRootChildAgent(bool direction_RC_CR_T_F, bool isnpc = false)
protected internal void SwapRootChildAgent(bool direction_ChildToRoot, bool isnpc = false)
{
if (direction_RC_CR_T_F)
if (direction_ChildToRoot)
{
--m_numRootAgents;
if(isnpc)