disable graphic effects while working on rendering

pull/95/head
jmoenig 2020-03-09 08:58:20 +01:00
rodzic 6c94d69ea0
commit 2597bdb77d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -5041,6 +5041,7 @@ SpriteMorph.prototype.applyGraphicsEffects = function (canvas) {
};
SpriteMorph.prototype.setEffect = function (effect, value) {
return; // +++ disabled while working on rendering
var eff = effect instanceof Array ? effect[0] : effect.toString();
if (!contains(
[