Browse Source

ArrayTools to prevent cyclic ref

sebastien 6 years ago
parent
commit
eaece5c5a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Bones/bone.ts

+ 1 - 1
src/Bones/bone.ts

@@ -1,7 +1,7 @@
 import { Skeleton } from "./skeleton";
 
 import { Vector3, Quaternion, Matrix, Space } from "Math/math";
-import { Tools } from "Tools/tools";
+import { ArrayTools } from "Tools/arrayTools";
 import { Nullable } from "types";
 import { Animation } from "Animations/animation";
 import { AnimationPropertiesOverride } from "Animations/animationPropertiesOverride";