Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jul 27, 2020
2 parents 8a6176f + 45ca90c commit 661e0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/common-hid-packet-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ HIDPacket.prototype.parse = function(data) {
field.delta = value - field.value
}
if (field.mindelta == undefined || change > field.mindelta) {
field_changes[field.name] = field
field_changes[field.id] = field
field.value = value
}
}
Expand Down

0 comments on commit 661e0c4

Please sign in to comment.