Explorar el Código

Merge pull request #156 from ChristianGaertner/patch-1

[Bounding] Minor JavaDoc fix
Rémy Bouquet hace 11 años
padre
commit
37b6a2063a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jme3-core/src/main/java/com/jme3/bounding/BoundingVolume.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/bounding/BoundingVolume.java

@@ -121,7 +121,7 @@ public abstract class BoundingVolume implements Savable, Cloneable, Collidable {
      * @param trans
      *            the transform to affect the bound.
      * @param store
-     *            sphere to store result in
+     *            bounding volume to store result in
      * @return the new bounding volume.
      */
     public abstract BoundingVolume transform(Transform trans, BoundingVolume store);