minor: fix wrong indentation in previous commit 0cc3cd

bullet-2.82
Justin Clark-Casey (justincc) 2014-08-30 00:54:36 +01:00
parent 0cc3cdfb4e
commit 4d8bc007e2
1 changed files with 1 additions and 1 deletions

View File

@ -11317,7 +11317,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (obj.ParentGroup.IsAttachment)
{
ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar);
ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar);
if (sp != null)
rot = sp.GetWorldRotation();