Browse Source

Just realised that the tweak is not needed.

Mr.doob 14 years ago
parent
commit
11bde7e2d3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/renderers/CanvasRenderer.js

+ 0 - 1
src/renderers/CanvasRenderer.js

@@ -722,7 +722,6 @@ THREE.CanvasRenderer = function () {
 		_context.moveTo( x0, y0 );
 		_context.moveTo( x0, y0 );
 		_context.lineTo( x1, y1 );
 		_context.lineTo( x1, y1 );
 		_context.lineTo( x2, y2 );
 		_context.lineTo( x2, y2 );
-		_context.lineTo( x0, y0 );
 		_context.closePath();
 		_context.closePath();
 
 
 		x1 -= x0;
 		x1 -= x0;