소스 검색

removing comments

Ibraheem Osama 7 년 전
부모
커밋
63d56a7f1a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Rendering/babylon.boundingBoxRenderer.ts

+ 0 - 1
src/Rendering/babylon.boundingBoxRenderer.ts

@@ -127,7 +127,6 @@
 
             engine.bindBuffers(this._vertexBuffers, this._indexBuffer, <Effect>this._colorShader.getEffect());
 
-            // Front
             engine.setDepthFunctionToLess();
             this._scene.resetCachedMaterial();
             this._colorShader.bind(worldMatrix);