1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-09 08:24:56 +00:00

RenderManager: missing this

This commit is contained in:
Starbeamrainbowlabs 2021-01-25 17:25:43 +00:00
parent 5e9f1ac3cc
commit f01331b8f0
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -53,7 +53,7 @@ class RenderManager {
await fs.promises.writeFile( await fs.promises.writeFile(
path.join(dir_out, `${i}.png`), path.join(dir_out, `${i}.png`),
await renderer.render(next, this.classes) await this.renderer.render(next, this.classes)
); );
i++; i++;