Update objects.js

snap7
jmoenig 2021-11-10 12:49:16 +01:00
rodzic b82e380bf3
commit 4022ede091
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -7862,7 +7862,9 @@ StageMorph.prototype.init = function (globals) {
this.setExtent(this.dimensions);
this.isCachingImage = true;
this.cachedColorDimensions = this.color[this.penColorModel]();
this.cachedColorDimensions = this.color[
SpriteMorph.prototype.penColorModel
]();
this.acceptsDrops = false;
this.setColor(new Color(255, 255, 255));
this.fps = this.frameRate;