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
     }
     
 }