mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Added a note to the ScenePresence.UpdateMovement() method, to remind everyone that the so called "forces" are actually velocities.
This commit is contained in:
@@ -3241,7 +3241,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
if (m_forcesList.Count > 0)
|
||||
{
|
||||
//we are only interested in the last force added to the list
|
||||
//we are only interested in the last velocity added to the list [Although they are called forces, they are actually velocities]
|
||||
NewForce force = m_forcesList[m_forcesList.Count - 1];
|
||||
|
||||
m_updateflag = true;
|
||||
|
||||
Reference in New Issue
Block a user