소스 검색

fix lint issue

Darragh Burke 5 년 전
부모
커밋
f5ae885cff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      inspector/src/components/actionTabs/tabs/propertyGrids/materials/textures/bottomBar.tsx

+ 1 - 1
inspector/src/components/actionTabs/tabs/propertyGrids/materials/textures/bottomBar.tsx

@@ -1,5 +1,5 @@
 import * as React from 'react';
-import { BaseTexture } from 'babylonjs';
+import { BaseTexture } from 'babylonjs/Materials/Textures/baseTexture';
 
 interface IBottomBarProps {
     texture: BaseTexture;