2
0
Garrett Johnson 4 жил өмнө
parent
commit
7006c320e5

+ 1 - 1
src/renderers/WebGLRenderer.d.ts

@@ -290,7 +290,7 @@ export class WebGLRenderer implements Renderer {
 	/**
 	 * Returns a THREE.Color instance with the current clear color.
 	 */
-	getClearColor(): Color;
+	getClearColor( target: Color ): Color;
 
 	/**
 	 * Sets the clear color, using color for the color and alpha for the opacity.