mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
fix typo
This commit is contained in:
@@ -14339,7 +14339,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (obj.ParentGroup.IsAttachment)
|
||||
{
|
||||
ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar);
|
||||
rot = sp != null ? sp.GetWorldRotation() : Quaternion.Identity
|
||||
rot = sp != null ? sp.GetWorldRotation() : Quaternion.Identity;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user