diff --git a/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java b/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java index 65187ed7..c477c60a 100644 --- a/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java +++ b/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java @@ -131,8 +131,8 @@ protected CustomConvexShape(Vector3f halfExtents) { * @return the location on the shape's surface with the specified normal (in * scaled shape coordinates, must lie on or within the shape's bounding box) */ - abstract protected Vector3f locateSupport( - float dirX, float dirY, float dirZ); + abstract protected Vector3f + locateSupport(float dirX, float dirY, float dirZ); /** * Alter the scaled rotational inertia. Typically invoked during