Browse Source

Merge pull request #1098 from nockawa/master

Remove isPickable getter in linesMesh to allow the correct behavior i…
Raanan Weber 9 năm trước cách đây
mục cha
commit
25f9b70216
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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;
         }