Browse Source

fixed one

Kacey Coley 6 years ago
parent
commit
0ead6ba82b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sceneComponent.ts

+ 1 - 1
src/sceneComponent.ts

@@ -1,5 +1,4 @@
 import { Scene } from "scene";
-import { AbstractScene } from "Audio/audioSceneComponent";
 import { AbstractMesh } from "Culling";
 import { SubMesh, _InstancesBatch } from "Mesh";
 import { SmartArrayNoDuplicate } from "Tools";
@@ -7,6 +6,7 @@ import { Nullable } from "types";
 import { Camera } from "Cameras";
 import { RenderTargetTexture } from "Materials";
 import { PickingInfo } from "Collisions";
+import { AbstractScene } from "abstractScene";
 
     /**
      * Groups all the scene component constants in one place to ease maintenance.