Skip to content

Commit 3b15c1e

Browse files
Fix preprocessor directive closing comment
1 parent d0ea96d commit 3b15c1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Editor/PropertyDrawers/GamepadButtonPropertyDrawer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ private int GetEnumIndex(int enumValue)
106106
private string[] m_EnumDisplayNames;
107107
}
108108
}
109-
#endif
109+
#endif // UNITY_EDITOR

0 commit comments

Comments
 (0)