upd4.2
Michael Aschauer 2017-12-02 12:29:29 +01:00
rodzic 8329892071
commit 18d95b1ff4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -694,7 +694,7 @@ StageMorph.prototype.originalStep = StageMorph.prototype.step;
StageMorph.prototype.step = function () {
this.originalStep();
// update Beetleblocks, if needed
// update, if needed
this.renderCycle();
};