Skip to content

Commit d00c570

Browse files
ekcohu-pr[bot]
andcommitted
Update Packages/com.unity.inputsystem/InputSystem/Events/InputEventHandledPolicy.cs
Co-authored-by: u-pr[bot] <205906871+u-pr[bot]@users.noreply.github.com>
1 parent 90d7209 commit d00c570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Runtime/Events/InputEventHandledPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internal enum InputEventHandledPolicy
1313
/// </summary>
1414
[Obsolete("Use InputEventHandledPolicy.SuppressActionEventNotifications instead. " +
1515
"SuppressStateUpdates desynchronizes Input System state from source state leading to undefined " +
16-
"behaviour. Instead use SuppressActionEventNotifications (Default).", error: false)]
16+
[Obsolete("Use SuppressActionEventNotifications instead. SuppressStateUpdates desynchronizes Input System state from source state, leading to undefined behavior.", error: false)]
1717
SuppressStateUpdates,
1818

1919
/// <summary>

0 commit comments

Comments
 (0)