David Catuhe 8 years ago
parent
commit
ca1f47eb03
3 changed files with 3345 additions and 3345 deletions
  1. 1672 1672
      dist/preview release/babylon.d.ts
  2. 1672 1672
      dist/preview release/babylon.module.d.ts
  3. 1 1
      src/Materials/babylon.material.ts

File diff suppressed because it is too large
+ 1672 - 1672
dist/preview release/babylon.d.ts


File diff suppressed because it is too large
+ 1672 - 1672
dist/preview release/babylon.module.d.ts


+ 1 - 1
src/Materials/babylon.material.ts

@@ -222,7 +222,7 @@
             }
 
             if (!doNotAdd) {
-                scene.materials.push(this);
+                this._scene.materials.push(this);
             }
         }