Borut 7 rokov pred
rodič
commit
e2d259ce3b
2 zmenil súbory, kde vykonal 12041 pridanie a 12041 odobranie
  1. 12040 12040
      dist/preview release/babylon.d.ts
  2. 1 1
      src/Physics/babylon.physicsEngine.ts

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 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
     }
     
 }