revert attempt to fix flicker on Safari

because it doesn’t do anything
upd4.1
Jens Mönig 2017-09-26 15:38:42 +02:00
rodzic e1f50c77af
commit 9fab5cdf1a
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -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