Merge branch 'drawing'

This commit is contained in:
2023-12-17 00:23:38 +02:00
10 changed files with 321 additions and 9 deletions

View File

@ -127,6 +127,7 @@ export class Editor {
this.initializeButtonGroups();
this.setCanvas(this.interface.feedback as HTMLCanvasElement);
this.setCanvas(this.interface.scope as HTMLCanvasElement);
this.setCanvas(this.interface.drawings as HTMLCanvasElement);
try {
this.loadHydraSynthAsync();
} catch (error) {