mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
shot: removed test delay
This commit is contained in:
parent
c2651839df
commit
17baf8ac15
1 changed files with 0 additions and 2 deletions
|
@ -319,8 +319,6 @@ function* getRenderData() {
|
||||||
const stickers = getStickersPlacement();
|
const stickers = getStickersPlacement();
|
||||||
ctx.clearRect(0, 0, canvas.width, canvas.height);
|
ctx.clearRect(0, 0, canvas.width, canvas.height);
|
||||||
|
|
||||||
yield delay(10000);
|
|
||||||
|
|
||||||
const images = yield fetchImages(ctx, geometry);
|
const images = yield fetchImages(ctx, geometry);
|
||||||
|
|
||||||
yield put(setRenderer({ info: 'Отрисовка', progress: 0.5 }));
|
yield put(setRenderer({ info: 'Отрисовка', progress: 0.5 }));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue