Skip to content

Commit 374d419

Browse files
author
Stephen Hodgson
committed
updated Mapping entry serialization
1 parent c3cf9c2 commit 374d419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/Input/Scripts/InputSources/XboxControllerInputSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class XboxControllerInputSource : GamePadInputSource
1818
[Serializable]
1919
private class MappingEntry
2020
{
21-
public XboxControllerMappingTypes Type = 0;
21+
public XboxControllerMappingTypes Type = XboxControllerMappingTypes.None;
2222
public string Value = string.Empty;
2323
}
2424

0 commit comments

Comments
 (0)