removed an absolete var

pull/95/head
jmoenig 2020-04-17 15:30:56 +02:00
rodzic 43a7fc2002
commit bb8d63ceb6
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1654,7 +1654,6 @@ SpriteMorph.prototype.init = function (globals) {
this.paletteCache = {}; // not to be serialized (!)
this.rotationOffset = ZERO; // not to be serialized (!)
this.idx = 0; // not to be serialized (!) - used for de-serialization
this.wasWarped = false; // not to be serialized, used for fast-tracking // +++ is this needed anymore?
this.graphicsValues = {
'color': 0,