Pamela Wolf 4 éve
szülő
commit
f91ef3dbd3

+ 1 - 1
nodeEditor/src/diagram/properties/framePropertyComponent.tsx

@@ -8,8 +8,8 @@ import { TextInputLineComponent } from '../../sharedComponents/textInputLineComp
 import { ButtonLineComponent } from '../../sharedComponents/buttonLineComponent';
 import { Nullable } from 'babylonjs/types';
 import { Observer } from 'babylonjs/Misc/observable';
-import { InputBlock} from 'babylonjs';
 import { InputsPropertyTabComponent } from '../../components/propertyTab/inputsPropertyTabComponent';
+import { InputBlock } from 'babylonjs/Materials/Node/Blocks/Input/inputBlock';
 
 export interface IFramePropertyTabComponentProps {
     globalState: GlobalState