We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe933b6 + 8890554 commit 172c8afCopy full SHA for 172c8af
com.unity.netcode.gameobjects/Runtime/Components/NetworkRigidBodyBase.cs
@@ -416,7 +416,7 @@ public Vector3 GetAngularVelocity()
416
}
417
#endif
418
#if COM_UNITY_MODULES_PHYSICS && !COM_UNITY_MODULES_PHYSICS2D
419
- return m_InternalRigidbody.angularVelocity;
+ return m_InternalRigidbody.angularVelocity;
420
421
#if !COM_UNITY_MODULES_PHYSICS && COM_UNITY_MODULES_PHYSICS2D
422
return Vector3.forward * m_InternalRigidbody2D.angularVelocity;
0 commit comments