sebavan %!s(int64=9) %!d(string=hai) anos
pai
achega
fcf4544807
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Layer/babylon.highlightlayer.ts

+ 1 - 1
src/Layer/babylon.highlightlayer.ts

@@ -616,7 +616,7 @@
                     color: color,
                     // Lambda required for capture due to Observable this context
                     observerHighlight: mesh.onBeforeRenderObservable.add((mesh: Mesh) => {
-                        if (this.excludedMeshes.indexOf(mesh) > 0) {
+                        if (this.excludedMeshes.indexOf(mesh) > -1) {
                             this.defaultStencilReference(mesh);
                         }
                         else {