Browse Source

Fix Merge

sebavan 6 năm trước cách đây
mục cha
commit
af5f99a7ca
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/Debug/axesViewer.ts
  2. 1 1
      src/Physics/Plugins/ammoJSPlugin.ts

+ 1 - 1
src/Debug/axesViewer.ts

@@ -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";

+ 1 - 1
src/Physics/Plugins/ammoJSPlugin.ts

@@ -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.");
                     break;
             }