This commit is contained in:
Grant 2024-06-04 16:17:15 -06:00
parent ced4bdc2d1
commit a715f534b8
1 changed files with 0 additions and 3 deletions

View File

@ -76,9 +76,6 @@ export class Template extends EventEmitter<TemplateEvents> {
templateHolder.appendChild(this.$canvas);
this.setupWebGL();
// @ts-ignore
window.TemplateTest = this;
}
destroy() {