kopia lustrzana https://github.com/backface/turtlestitch
disable graphic effects while working on rendering
rodzic
6c94d69ea0
commit
2597bdb77d
|
@ -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(
|
||||
[
|
||||
|
|
Ładowanie…
Reference in New Issue