mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
cosmetics
This commit is contained in:
@@ -147,8 +147,7 @@ namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
ForcePosition = RawPosition;
|
||||
|
||||
// Set the velocity
|
||||
if (m_moveActor != null)
|
||||
m_moveActor.SetVelocityAndTarget(RawVelocity, RawVelocity, false);
|
||||
m_moveActor?.SetVelocityAndTarget(RawVelocity, RawVelocity, false);
|
||||
|
||||
ForceVelocity = RawVelocity;
|
||||
TargetVelocity = RawVelocity;
|
||||
|
||||
Reference in New Issue
Block a user