Fix exception when standing up.

Fixes Mantis #3170
0.6.3-post-fixes
idb 2009-02-15 16:12:58 +00:00
parent 272a319a3e
commit 98e7ea015c
1 changed files with 1 additions and 1 deletions

View File

@ -1471,7 +1471,7 @@ namespace OpenSim.Region.Framework.Scenes
if (m_physicsActor == null)
{
AddToPhysicalScene(m_physicsActor.Flying);
AddToPhysicalScene(false);
}
m_pos += m_parentPosition + new Vector3(0.0f, 0.0f, 2.0f*m_sitAvatarHeight);