revert introduction of some in arguments

This commit is contained in:
UbitUmarov
2022-10-23 21:00:56 +01:00
parent 37844d22ea
commit f5883d8ce6
22 changed files with 125 additions and 138 deletions

View File

@@ -4426,7 +4426,7 @@ namespace OpenSim.Region.Framework.Scenes
/// Move this scene object
/// </summary>
/// <param name="pos"></param>
public void UpdateGroupPosition(in Vector3 pos)
public void UpdateGroupPosition(Vector3 pos)
{
if (m_scene.EventManager.TriggerGroupMove(UUID, pos))
{