Explorar o código

ArrayTools to prevent cyclic ref

sebastien %!s(int64=6) %!d(string=hai) anos
pai
achega
eaece5c5a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";