diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-08-12 11:32:26 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-08-12 11:32:26 +0200 |
| commit | e55c5e035a46c2a3353ce3f21bca3daf6b3fee6c (patch) | |
| tree | 322dff60fe1ffa5897a6cf91a9fb4acbb20111e6 /objects.js | |
| parent | 4b71fef0c1e29c89f06389b6db81cd578d028f12 (diff) | |
| download | snap-e55c5e035a46c2a3353ce3f21bca3daf6b3fee6c.tar.gz snap-e55c5e035a46c2a3353ce3f21bca3daf6b3fee6c.zip | |
add simple motion detection
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
