mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-22 06:53:01 +00:00
RenderManager: missing this
This commit is contained in:
parent
5e9f1ac3cc
commit
f01331b8f0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class RenderManager {
|
|||
|
||||
await fs.promises.writeFile(
|
||||
path.join(dir_out, `${i}.png`),
|
||||
await renderer.render(next, this.classes)
|
||||
await this.renderer.render(next, this.classes)
|
||||
);
|
||||
|
||||
i++;
|
||||
|
|
Loading…
Reference in a new issue