Gary Hsu пре 5 година
родитељ
комит
9b8b7f54af
1 измењених фајлова са 1 додато и 1 уклоњено
  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 { IDataBuffer } from 'babylonjs/Misc/dataReader';
 import { LoadFileError } from 'babylonjs/Misc/fileTools';
-import { Logger } from 'babylonjs';
+import { Logger } from 'babylonjs/Misc/logger';
 
 interface TypedArrayLike extends ArrayBufferView {
     readonly length: number;