goose panda

This commit is contained in:
Justin Clark-Casey (justincc)
2009-08-06 20:04:40 +01:00
parent 07e6a492a1
commit 615e1ed285

View File

@@ -1218,9 +1218,7 @@ namespace OpenSim.Region.Framework.Scenes
if ((flags & (uint) AgentManager.ControlFlags.AGENT_CONTROL_STAND_UP) != 0)
{
StandUp();
}
}
// Check if Client has camera in 'follow cam' or 'build' mode.
Vector3 camdif = (Vector3.One * m_bodyRot - Vector3.One * CameraRotation);