Parcourir la source

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

nockawa il y a 10 ans
Parent
commit
bfb1d5ced7
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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;
         }