mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
testing
This commit is contained in:
@@ -901,7 +901,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
|
||||
bool tviszero = (_target_velocity.X == 0.0f && _target_velocity.Y == 0.0f && _target_velocity.Z == 0.0f);
|
||||
|
||||
if(!tviszero || !m_iscolliding)
|
||||
if(!tviszero || m_iscolliding)
|
||||
m_freemove = false;
|
||||
|
||||
if (!m_freemove)
|
||||
|
||||
Reference in New Issue
Block a user