Browse Source

Merge pull request #20496 from wal0x/removeD

Remove Scene.dispose definition
Mr.doob 4 years ago
parent
commit
04847a7c6f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/scenes/Scene.d.ts

+ 0 - 1
src/scenes/Scene.d.ts

@@ -68,6 +68,5 @@ export class Scene extends Object3D {
 	) => void;
 
 	toJSON( meta?: any ): any;
-	dispose(): void;
 
 }