minor: fix wrong indentation in previous commit 0cc3cd

This commit is contained in:
Justin Clark-Casey (justincc)
2014-08-30 00:54:36 +01:00
parent 0cc3cdfb4e
commit 4d8bc007e2

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();