Explorar o código

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

nockawa %!s(int64=9) %!d(string=hai) anos
pai
achega
bfb1d5ced7
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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;
         }