fix error in clear..

pull/3/merge
Michael Aschauer 2015-03-12 21:26:26 +01:00
rodzic 38c96a1889
commit 12c43f1c8c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -127,7 +127,7 @@ SpriteMorph.prototype.clear = function () {
this.parent.clearPenTrails();
tStitch.clearPoints();
if (tStitch.debug) {
debug_msg("",true);
tStitch.debug_msg("",true);
}
};