Browse Source

fix lint issue

Darragh Burke 5 years ago
parent
commit
f5ae885cff

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

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