diff --git a/morphic.js b/morphic.js index 71b3e37e..6098416a 100644 --- a/morphic.js +++ b/morphic.js @@ -11663,10 +11663,6 @@ WorldMorph.prototype.initEventListeners = function () { function () { if (myself.useFillPage) { myself.fillPage(); - - // fillPage will resize worldCanvas, which clears it. - // so we redraw immediately, to prevent flickering - myself.updateBroken(); } }, false