@@ -1,4 +1,4 @@
-import { Vector3, Color3, Quaternion } from "Maths/math";
+import { Vector3, Color3 } from "Maths/math";
import { Nullable } from "types";
import { Scene } from "scene";
import { TransformNode } from "Meshes/transformNode";
@@ -458,7 +458,7 @@ import { AbstractMesh } from "Meshes/abstractMesh";
returnValue = new Ammo.btSphereShape(extendSize.x / 2);
break;
default:
- Tools.Warn("The impostor type is not currently supported by the ammo plugin.");
+ Logger.Warn("The impostor type is not currently supported by the ammo plugin.");
}