mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
cosmetic change a argument name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user