diff --git a/engine/src/core/com/jme3/math/Quaternion.java b/engine/src/core/com/jme3/math/Quaternion.java
index 53ef9ae8a..1ee8cbdba 100644
--- a/engine/src/core/com/jme3/math/Quaternion.java
+++ b/engine/src/core/com/jme3/math/Quaternion.java
@@ -278,6 +278,7 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl
/**
* toAngles
returns this quaternion converted to Euler
* rotation angles (yaw,roll,pitch).
+ * Note that the result is not always 100% accurate due to the implications of euler angles.
* @see http://www.euclideanspace.com/maths/geometry/rotations/conversions/quaternionToEuler/index.htm
*
* @param angles