We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa208a commit 26e5919Copy full SHA for 26e5919
1 file changed
src/j3d/scenes.ts
@@ -97,6 +97,7 @@ export class BasicRenderer implements Viewer.SceneGfx {
97
}
98
99
public destroy(device: GfxDevice): void {
100
+ this.textureHolder.destroy(device);
101
this.renderHelper.destroy();
102
for (let i = 0; i < this.modelInstances.length; i++)
103
this.modelInstances[i].destroy(device);
0 commit comments