Skip to content

Commit 720c3b7

Browse files
authored
Destroy orderTexture (#8016)
1 parent 4619f0e commit 720c3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scene/gsplat/gsplat-instance.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ class GSplatInstance {
124124
}
125125

126126
destroy() {
127+
this.orderTexture?.destroy();
127128
this.resolveSH?.destroy();
128129
this.material?.destroy();
129130
this.meshInstance?.destroy();

0 commit comments

Comments
 (0)