Remove commented out code

This commit is contained in:
Patrick Walton 2017-12-04 11:55:37 -08:00
parent 30062aea81
commit bc863e3ed3
1 changed files with 1 additions and 7 deletions

View File

@ -1273,13 +1273,7 @@ export class ECAAMulticolorStrategy extends ECAAStrategy {
gl.enable(gl.DEPTH_TEST);
}
protected clearForAA(renderer: Renderer): void {
/*const renderContext = renderer.renderContext;
const gl = renderContext.gl;
gl.clearColor(0.0, 0.0, 0.0, 0.0);
gl.clear(gl.COLOR_BUFFER_BIT);*/
}
protected clearForAA(renderer: Renderer): void {}
protected setAADepthState(renderer: Renderer): void {
const renderContext = renderer.renderContext;