D.U.H. #2. Inverted test. Again. Argh!
parent
1532dbca0a
commit
9b30f44672
|
@ -467,7 +467,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_pos = actor.Position;
|
m_pos = actor.Position;
|
||||||
|
|
||||||
// If we're sitting, we need to update our position
|
// If we're sitting, we need to update our position
|
||||||
if (m_parentID == 0)
|
if (m_parentID != 0)
|
||||||
{
|
{
|
||||||
SceneObjectPart part = m_scene.GetSceneObjectPart(m_parentID);
|
SceneObjectPart part = m_scene.GetSceneObjectPart(m_parentID);
|
||||||
if (part != null)
|
if (part != null)
|
||||||
|
|
Loading…
Reference in New Issue