Quellcode durchsuchen

Update babylon.physicsEngine.js

Shannon Poole vor 11 Jahren
Ursprung
Commit
a96001cae5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Babylon/Physics/babylon.physicsEngine.js

+ 1 - 1
Babylon/Physics/babylon.physicsEngine.js

@@ -60,7 +60,7 @@
         PhysicsEngine.MeshImpostor = 4;
         PhysicsEngine.CapsuleImpostor = 5;
         PhysicsEngine.ConeImpostor = 6;
-        PhysicsEngine.CylinderlImpostor = 7;
+        PhysicsEngine.CylinderImpostor = 7;
         PhysicsEngine.ConvexHullImpostor = 8;
         PhysicsEngine.Epsilon = 0.001;
         return PhysicsEngine;