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
1 changed files with 1 additions and 1 deletions

View File

@ -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++;