Gary Hsu %!s(int64=5) %!d(string=hai) anos
pai
achega
9b8b7f54af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;