1
0
mirror of https://github.com/danog/Merger.git synced 2024-11-30 04:19:10 +01:00

More fixes

This commit is contained in:
Daniil Gentili 2019-04-03 18:31:23 +02:00
parent 4d4de73f41
commit 5af2b85353

View File

@ -77,7 +77,7 @@ class Stats
Loop::repeat(1000, (function () {
foreach ($this->speeds as $elem) {
$elem->pop();
$elem->unshift(0);
$elem->unshift(1);
}
})->bindTo($this, get_class($this)));
}