From f99e9abc3c8dde43eb51aa2b59322568de7e23ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Hodossy?= Date: Fri, 17 Nov 2023 15:00:19 +0000 Subject: [PATCH] Remove no longer necessary directive for editor only compilation (solved by assembly definition) --- unity/Editor/Components/MjMouseSpring.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unity/Editor/Components/MjMouseSpring.cs b/unity/Editor/Components/MjMouseSpring.cs index c502e551..33ead857 100644 --- a/unity/Editor/Components/MjMouseSpring.cs +++ b/unity/Editor/Components/MjMouseSpring.cs @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#if UNITY_EDITOR using System; using UnityEditor; using UnityEngine; @@ -191,5 +190,4 @@ namespace Mujoco { } } } -} -#endif +} \ No newline at end of file