Pass event to ProcessKeyCombo

This commit is contained in:
Dan Flettre 2018-01-16 11:24:40 -06:00
parent 7e5163adf0
commit 36de5e8805

View file

@ -90,7 +90,7 @@ var KeyCombo = new Class({
return;
}
var matched = ProcessKeyCombo(event.data, _this);
var matched = ProcessKeyCombo(event, _this);
if (matched)
{