Skip to content

Commit 06d8b42

Browse files
author
Rene Damm
committed
FIX: UnityEditor using not in #if block.
1 parent 16746d1 commit 06d8b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Actions/Composites/Vector2Composite.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using System;
2-
using UnityEditor;
32
using UnityEngine.InputSystem.Controls;
43
using UnityEngine.InputSystem.Layouts;
54
using UnityEngine.InputSystem.Utilities;
65
using UnityEngine.Scripting;
76

87
#if UNITY_EDITOR
8+
using UnityEditor;
99
using UnityEngine.InputSystem.Editor;
1010
#endif
1111

0 commit comments

Comments
 (0)