We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7551b4 commit f6e522cCopy full SHA for f6e522c
1 file changed
com.unity.netcode.gameobjects/Tests/Runtime/Physics/NetworkRigidbodyTest.cs
@@ -72,7 +72,7 @@ protected override void OnServerAndClientsCreated()
72
private string m_ConfigHeader;
73
private void ApplyCurrentTestConfiguration()
74
{
75
- // Configure both 3D and 2D versions based on the current test configuration
+ // Configure both 3D and 2D versions based on the current test configuration
76
m_3DNetworkTransform.Interpolate = m_CurrentConfiguration.enableInterpolation;
77
m_PrefabRigidbody.interpolation = m_CurrentConfiguration.interpolationType;
78
m_PrefabNetworkRigidbody.UseRigidBodyForMotion = m_CurrentConfiguration.useRigidbodyForMotion;
0 commit comments