Alejandro Toledo 5 gadi atpakaļ
vecāks
revīzija
c5e5f6095c

+ 1 - 1
inspector/src/components/actionTabs/tabs/propertyGrids/animations/editorControls.tsx

@@ -8,7 +8,7 @@ import { IconButtonLineComponent } from '../../../lines/iconButtonLineComponent'
 import { NumericInputComponent } from '../../../lines/numericInputComponent';
 import { AddAnimation } from './addAnimation';
 import { IAnimatable } from 'babylonjs/Animations/animatable.interface';
-import { TargetedAnimation } from 'babylonjs';
+import { TargetedAnimation } from "babylonjs/Animations/animationGroup";
 import { Nullable } from 'babylonjs/types';
 
 interface IEditorControlsProps {