Skip to content

Commit 99bcdc4

Browse files
committed
Fixed initial button
1 parent c55e8a4 commit 99bcdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vJoySerialFeeder/ButtonMapping.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public bool Transform(int val) {
5151
/// vJoy button id
5252
/// </summary>
5353
[DataMember]
54-
public uint Button = 1;
54+
public uint Button;
5555

5656
[DataMember]
5757
public ButtonParameters Parameters = new ButtonParameters {

0 commit comments

Comments
 (0)