fix: delete internal, no setter
This commit is contained in:
parent
e1fe932495
commit
3d670c6189
|
@ -16,7 +16,7 @@ export class Renderable {
|
|||
destroy() {
|
||||
if (this.internal) {
|
||||
this.internal.destroy();
|
||||
this.internal = undefined;
|
||||
delete this.internal;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user