David Catuhe 8 년 전
부모
커밋
ca1f47eb03
3개의 변경된 파일3345개의 추가작업 그리고 3345개의 파일을 삭제
  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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1672 - 1672
dist/preview release/babylon.d.ts


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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);
             }
         }