Alejandro Toledo 5 년 전
부모
커밋
0294e50beb
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      inspector/src/components/actionTabs/tabs/propertyGrids/animations/animationCurveEditorComponent.tsx

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

@@ -328,8 +328,7 @@ export class AnimationCurveEditorComponent extends React.Component<IAnimationCur
                 let updatedAnimations = animations.filter(anim => anim !== currentSelected);
                 (this.props.entity as IAnimatable).animations = updatedAnimations as Nullable<Animation[]>;
             } 
-        }
-        
+        }   
     }
 
     addAnimation() {