From bee3d36f166a00890f0f3fc5f2a3a8fee47cd02f Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Thu, 16 Apr 2020 22:12:51 -0700 Subject: [PATCH] remove the javadoc reference to the mythical USE_FAST_TRIG setting --- jme3-core/src/main/java/com/jme3/math/FastMath.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jme3-core/src/main/java/com/jme3/math/FastMath.java b/jme3-core/src/main/java/com/jme3/math/FastMath.java index 65ae2249a..269dd00ea 100644 --- a/jme3-core/src/main/java/com/jme3/math/FastMath.java +++ b/jme3-core/src/main/java/com/jme3/math/FastMath.java @@ -678,8 +678,7 @@ final public class FastMath { } /** - * Returns the tangent of a value. If USE_FAST_TRIG is enabled, an approximate value - * is returned. Otherwise, a direct value is used. + * Returns the tangent of the specified angle. * * @param fValue The value to tangent, in radians. * @return The tangent of fValue.