Merge pull request #6700 from elisee/patch-1

three: Update comment for WebGLRenderer.clear
This commit is contained in:
Masahiro Wakame
2015-12-23 15:41:15 +09:00
+1 -1
View File
@@ -4666,7 +4666,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;