mitm001 пре 8 година
родитељ
комит
d43df6671e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/docs/asciidoc/jme3/advanced/physics.adoc

+ 1 - 1
src/docs/asciidoc/jme3/advanced/physics.adoc

@@ -366,7 +366,7 @@ gameLevel.addControl(new RigidBodyControl(0.0f)); // explicit zero mass, implici
 
 [TIP]
 ====
-Spheres and Boxes automatically fall back on the correct default CollisionShape if you do not specify a CollisionShape in the RigidBodyControl constructor. Complex static objects can fall back on MeshCollisionShapes, unless it is a Node, in which case it will become a CompoundCollisionShape containing a MeshCollisionShape
+Spheres and Boxes automatically fall back on the correct default CollisionShape if you do not specify a CollisionShape in the RigidBodyControl constructor. Complex static objects can fall back on MeshCollisionShapes, unless it is a Node, in which case it will become a CompoundCollisionShape containing a MeshCollisionShape.
 ====