Explorar o código

Merge pull request #1098 from nockawa/master

Remove isPickable getter in linesMesh to allow the correct behavior i…
Raanan Weber %!s(int64=9) %!d(string=hai) anos
pai
achega
25f9b70216
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;
         }