Borut 7 年之前
父節點
當前提交
e2d259ce3b
共有 2 個文件被更改,包括 12041 次插入12041 次删除
  1. 12040 12040
      dist/preview release/babylon.d.ts
  2. 1 1
      src/Physics/babylon.physicsEngine.ts

文件差異過大導致無法顯示
+ 12040 - 12040
dist/preview release/babylon.d.ts


+ 1 - 1
src/Physics/babylon.physicsEngine.ts

@@ -347,7 +347,7 @@
     
     export enum PhysicsRadialImpulseFallof {
         Constant, // impulse is constant in strength across it's whole radius
-        Linear // impulse getgets weaker if it's further from the origin
+        Linear // impulse gets weaker if it's further from the origin
     }
     
 }