From 314636aa07d59103f976a26953e20575f09305a0 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 12 Jun 2024 18:34:10 +0200 Subject: [PATCH] [unity] Fixed a compile error on another older Unity versions introduced by preceding commit (Unity documentation was wrong). See #2482. --- .../Spine/Editor/spine-unity/Editor/Utility/SpineHandles.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineHandles.cs b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineHandles.cs index 1bb088da2..04400258b 100644 --- a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineHandles.cs +++ b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineHandles.cs @@ -29,7 +29,7 @@ #pragma warning disable 0219 -#if UNITY_2021_3_OR_NEWER +#if UNITY_2022_1_OR_NEWER #define FREE_MOVE_HANDLE_HAS_NO_ROTATION_PARAM #endif