Skip to content

Commit be4251b

Browse files
More formatting fixes, whitespace is hard
1 parent 1e367a9 commit be4251b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Assets/BossRoom/Scripts/Client/Game/Character/ClientInputSender.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ void FixedUpdate()
176176
var ray = m_MainCamera.ScreenPointToRay(Input.mousePosition);
177177
if (Physics.RaycastNonAlloc(ray, k_CachedHit, k_MouseInputRaycastDistance, k_GroundLayerMask) > 0)
178178
{
179-
m_NetworkCharacter.SendCharacterInputServerRpc(k_CachedHit[0].point);
179+
m_NetworkCharacter.SendCharacterInputServerRpc(k_CachedHit[0].point);
180180

181-
//Send our client only click request
182-
ClientMoveEvent?.Invoke(k_CachedHit[0].point);
181+
//Send our client only click request
182+
ClientMoveEvent?.Invoke(k_CachedHit[0].point);
183183
}
184184
}
185185
}

0 commit comments

Comments
 (0)