Skip to content

Commit f6e522c

Browse files
stye
Removing trailing space on comment
1 parent a7551b4 commit f6e522c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.unity.netcode.gameobjects/Tests/Runtime/Physics/NetworkRigidbodyTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected override void OnServerAndClientsCreated()
7272
private string m_ConfigHeader;
7373
private void ApplyCurrentTestConfiguration()
7474
{
75-
// Configure both 3D and 2D versions based on the current test configuration
75+
// Configure both 3D and 2D versions based on the current test configuration
7676
m_3DNetworkTransform.Interpolate = m_CurrentConfiguration.enableInterpolation;
7777
m_PrefabRigidbody.interpolation = m_CurrentConfiguration.interpolationType;
7878
m_PrefabNetworkRigidbody.UseRigidBodyForMotion = m_CurrentConfiguration.useRigidbodyForMotion;

0 commit comments

Comments
 (0)