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