瀏覽代碼

Added period.

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.
 ====