瀏覽代碼

Remove isPickable getter in linesMesh to allow the correct behavior implemented by AbstractMesh.

nockawa 9 年之前
父節點
當前提交
bfb1d5ced7
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/Mesh/babylon.linesMesh.ts

+ 0 - 4
src/Mesh/babylon.linesMesh.ts

@@ -48,10 +48,6 @@
             return this._colorShader;
         }
 
-        public get isPickable(): boolean {
-            return true;
-        }
-
         public get checkCollisions(): boolean {
             return false;
         }