Merge branch 'avination-current' of ssh://3dhosting.de/var/git/careminster into avination-current

This commit is contained in:
UbitUmarov
2013-09-19 11:33:38 +01:00
36 changed files with 699 additions and 382 deletions

View File

@@ -662,7 +662,7 @@ namespace OpenSim.Region.Framework.Scenes
// Do the frame processing
double steps = (double)m_currentFrame.TimeMS / tickDuration;
if (steps <= 0.0)
{
m_group.RootPart.Velocity = Vector3.Zero;