Gary Hsu 5 years ago
parent
commit
9b8b7f54af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      loaders/src/glTF/2.0/glTFLoader.ts

+ 1 - 1
loaders/src/glTF/2.0/glTFLoader.ts

@@ -31,7 +31,7 @@ import { IAnimationKey, AnimationKeyInterpolation } from 'babylonjs/Animations/a
 import { IAnimatable } from 'babylonjs/Animations/animatable.interface';
 import { IAnimatable } from 'babylonjs/Animations/animatable.interface';
 import { IDataBuffer } from 'babylonjs/Misc/dataReader';
 import { IDataBuffer } from 'babylonjs/Misc/dataReader';
 import { LoadFileError } from 'babylonjs/Misc/fileTools';
 import { LoadFileError } from 'babylonjs/Misc/fileTools';
-import { Logger } from 'babylonjs';
+import { Logger } from 'babylonjs/Misc/logger';
 
 
 interface TypedArrayLike extends ArrayBufferView {
 interface TypedArrayLike extends ArrayBufferView {
     readonly length: number;
     readonly length: number;