mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-24 21:32:29 +08:00
Little bug in keynav code.
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ var Engine = {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
switch(event.which) {
|
switch(e.which) {
|
||||||
case 38: // Up
|
case 38: // Up
|
||||||
case 87:
|
case 87:
|
||||||
Engine.log('up');
|
Engine.log('up');
|
||||||
|
|||||||
Reference in New Issue
Block a user