浏览代码

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);