浏览代码

fixing another build error

msDestiny14 4 年之前
父节点
当前提交
51c09e951e
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      guiEditor/src/diagram/guiNode.ts
  2. 0 0
      guiEditor/src/diagram/properties/containerPropertyComponent.tsx

+ 1 - 3
guiEditor/src/diagram/guiNode.ts

@@ -5,11 +5,9 @@ import { WorkbenchComponent, FramePortData } from './workbench';
 import { Control } from 'babylonjs-gui/2D/controls/control';
 import { Control } from 'babylonjs-gui/2D/controls/control';
 import { Vector2 } from 'babylonjs/Maths/math.vector';
 import { Vector2 } from 'babylonjs/Maths/math.vector';
 import { Container } from 'babylonjs-gui/2D/controls/container';
 import { Container } from 'babylonjs-gui/2D/controls/container';
-import { _ThinInstanceDataStorage } from 'babylonjs';
-import { ContainerPropertyTabComponent } from './properties/containterPropertyComponent';
+import { ContainerPropertyTabComponent } from './properties/containerPropertyComponent';
 import * as React from 'react';
 import * as React from 'react';
 
 
-
 export class GUINode {
 export class GUINode {
 
 
     private _x = 0;
     private _x = 0;

guiEditor/src/diagram/properties/containterPropertyComponent.tsx → guiEditor/src/diagram/properties/containerPropertyComponent.tsx