three: Update comment for WebGLRenderer.clear

This commit is contained in:
Elisée
2015-11-10 17:04:33 +01:00
parent 8c4ec896ab
commit 63e48f4210
+1 -1
View File
@@ -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;