Fix playing sound from HUDs

This commit is contained in:
Melanie
2010-11-05 13:45:28 +00:00
parent e078c57bf0
commit 644eb9fd7f
2 changed files with 17 additions and 2 deletions

View File

@@ -3100,6 +3100,7 @@ namespace OpenSim.Region.Framework.Scenes
UUID ownerID = _ownerID;
UUID objectID = ParentGroup.RootPart.UUID;
UUID parentID = GetRootPartUUID();
UUID soundID = UUID.Zero;
Vector3 position = AbsolutePosition; // region local
ulong regionHandle = m_parentGroup.Scene.RegionInfo.RegionHandle;