소스 검색

Fix build

Gary Hsu 5 년 전
부모
커밋
4c31b38db7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      loaders/src/glTF/1.0/glTFBinaryExtension.ts

+ 1 - 1
loaders/src/glTF/1.0/glTFBinaryExtension.ts

@@ -4,7 +4,7 @@ import { Scene } from "babylonjs/scene";
 import { IGLTFLoaderData } from "../glTFFileLoader";
 import { IGLTFRuntime, IGLTFTexture, IGLTFImage, IGLTFBufferView, EComponentType, IGLTFShader } from "./glTFLoaderInterfaces";
 import { GLTFLoader, GLTFLoaderBase } from "./glTFLoader";
-import { IDataBuffer } from '../dataReader';
+import { IDataBuffer } from 'babylonjs/Misc/dataReader';
 
 const BinaryExtensionBufferName = "binary_glTF";