From 63e48f4210cf95d7a8ddc93480eaa1a10cbf02a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elis=C3=A9e?= Date: Tue, 10 Nov 2015 17:04:33 +0100 Subject: [PATCH] three: Update comment for WebGLRenderer.clear --- threejs/three.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threejs/three.d.ts b/threejs/three.d.ts index fd165f936..dd1521d84 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -4686,7 +4686,7 @@ declare module THREE { /** * Tells the renderer to clear its color, depth or stencil drawing buffer(s). - * If no parameters are passed, no buffer will be cleared. + * Arguments default to true */ clear(color?: boolean, depth?: boolean, stencil?: boolean): void;