From adf6ff85a1d36e9cdacef02553738675c61f15ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=CC=8Akan=20Sidenvall?= Date: Tue, 3 Dec 2024 18:17:01 +0100 Subject: [PATCH] Removewd paragraph --- .../InputSystem/Actions/InputAction.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs b/Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs index e1d3bcfdb1..76eeda3e3e 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs @@ -2093,12 +2093,9 @@ public unsafe double startTime /// /// The type of value returned by an action is usually determined by the /// that triggered the action, i.e. by the - /// control referenced from . - /// - /// However, if the binding that triggered is a composite, then the composite - /// will determine values and not the individual control that triggered (that - /// one just feeds values into the composite). - /// + /// control referenced from . However, if the binding that + /// triggered is a composite, then the composite will determine values and + /// not the individual control that triggered (that one just feeds values into the composite). /// /// ///