From 98755a4467991b6fb31563b17f8c15b1c5266294 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Tue, 4 Nov 2014 10:58:10 +0100 Subject: fix typo --- objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objects.js') diff --git a/objects.js b/objects.js index 8f4132e..db72b9c 100644 --- a/objects.js +++ b/objects.js @@ -4618,7 +4618,7 @@ StageMorph.prototype.step = function () { world.keyboardReceiver = this; } if (world.currentKey === null) { - this.keyPressed = null; + this.keysPressed = {}; } // manage threads -- cgit v1.3.1