-debug
This commit is contained in:
parent
ced4bdc2d1
commit
a715f534b8
|
@ -76,9 +76,6 @@ export class Template extends EventEmitter<TemplateEvents> {
|
||||||
templateHolder.appendChild(this.$canvas);
|
templateHolder.appendChild(this.$canvas);
|
||||||
|
|
||||||
this.setupWebGL();
|
this.setupWebGL();
|
||||||
|
|
||||||
// @ts-ignore
|
|
||||||
window.TemplateTest = this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
destroy() {
|
destroy() {
|
||||||
|
|
Loading…
Reference in New Issue