pull/3/merge
Nathan Dinsmore 2015-06-18 15:33:36 -04:00
rodzic 82197c7a8c
commit bae22f0804
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2212,7 +2212,7 @@ Morph.prototype.init = function (noDraw) {
this.isTemplate = false;
this.acceptsDrops = false;
this.noticesTransparentClick = false;
if (!noDraw) this.drawNew();
if (!noDraw) { this.drawNew(); }
this.fps = 0;
this.customContextMenu = null;
this.lastTime = Date.now();