fix color error

pull/92/head
Michael 2021-05-26 15:15:49 +02:00
rodzic 9404e33373
commit 35a0070be4
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
VERSION="2.6.2 dev"
VERSION="2.6.3"
// get debug mode
url = new URL(window.location.href);

Wyświetl plik

@ -26,6 +26,7 @@ TurtleShepherd.prototype.init = function() {
this.ignoreWarning = false;
this.backgroundColor = {r:0,g:0,b:0,a:1};
this.defaultColor = {r:0,g:0,b:0,a:1};
this.oldColor = this.defaultColor;
};
TurtleShepherd.prototype.clear = function() {