From 5495b7d0648302ab751f575c15169ab0c3641718 Mon Sep 17 00:00:00 2001 From: Nehon Date: Sun, 30 Oct 2016 09:45:23 +0100 Subject: [PATCH] Fixed the link to the paper for convertHalfToFloat --- 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 4f1a7feed..5ca65bb7f 100644 --- a/jme3-core/src/main/java/com/jme3/math/FastMath.java +++ b/jme3-core/src/main/java/com/jme3/math/FastMath.java @@ -942,8 +942,7 @@ final public class FastMath { * Converts a single precision (32 bit) floating point value * into half precision (16 bit). * - *

Source: - * http://www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf
broken link + *

Source: