From 6da5c704b12592d9bfbd5fe699b1d1e49f3cf43d Mon Sep 17 00:00:00 2001 From: VNC <52937757+VNNCC@users.noreply.github.com> Date: Wed, 6 Jan 2021 01:03:19 +0100 Subject: [PATCH] Change 'for' to 'to' --- Source/Editor/Surface/Archetypes/Animation.StateMachine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Surface/Archetypes/Animation.StateMachine.cs b/Source/Editor/Surface/Archetypes/Animation.StateMachine.cs index 63faacb6d..2faa9feef 100644 --- a/Source/Editor/Surface/Archetypes/Animation.StateMachine.cs +++ b/Source/Editor/Surface/Archetypes/Animation.StateMachine.cs @@ -1046,7 +1046,7 @@ namespace FlaxEditor.Surface.Archetypes startPos += nrm; endPos += nrm; - // Swap for the other arrow + // Swap to the other arrow if (!diff) { var tmp = startPos;