Skip to content

Commit 172c8af

Browse files
Merge branch 'develop-2.0.0' into chore/instantiate-with-data-documentation
2 parents fe933b6 + 8890554 commit 172c8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Components/NetworkRigidBodyBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public Vector3 GetAngularVelocity()
416416
}
417417
#endif
418418
#if COM_UNITY_MODULES_PHYSICS && !COM_UNITY_MODULES_PHYSICS2D
419-
return m_InternalRigidbody.angularVelocity;
419+
return m_InternalRigidbody.angularVelocity;
420420
#endif
421421
#if !COM_UNITY_MODULES_PHYSICS && COM_UNITY_MODULES_PHYSICS2D
422422
return Vector3.forward * m_InternalRigidbody2D.angularVelocity;

0 commit comments

Comments
 (0)