Little bug in keynav code.

This commit is contained in:
Michael
2013-10-11 16:24:37 -04:00
parent dde477aade
commit 084bf15811
+1 -1
View File
@@ -364,7 +364,7 @@ var Engine = {
}
else
{
switch(event.which) {
switch(e.which) {
case 38: // Up
case 87:
Engine.log('up');