From e55c5e035a46c2a3353ce3f21bca3daf6b3fee6c Mon Sep 17 00:00:00 2001 From: Gubolin Date: Tue, 12 Aug 2014 11:32:26 +0200 Subject: add simple motion detection --- objects.js | 1 + 1 file changed, 1 insertion(+) (limited to 'objects.js') diff --git a/objects.js b/objects.js index 06bab19..37d66b2 100644 --- a/objects.js +++ b/objects.js @@ -4268,6 +4268,7 @@ StageMorph.prototype.init = function (globals) { this.paletteCache = {}; // not to be serialized (!) this.lastAnswer = ''; // last user input, do not persist this.activeSounds = []; // do not persist + this.lastCameraCanvas = null; this.trailsCanvas = null; this.isThreadSafe = false; -- cgit v1.3.1