Skip to content

Commit b06664a

Browse files
authored
fix: correct KTX2Loader.dispose declaration (#2140)
1 parent b6570f2 commit b06664a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/three/examples/jsm/loaders/KTX2Loader.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ export class KTX2Loader extends Loader<CompressedTexture> {
5454
/**
5555
* Disposes the loader object, de-allocating any Web Workers created.
5656
*/
57-
dispose(): this;
57+
dispose(): void;
5858
}

0 commit comments

Comments
 (0)