commit 35bece36e236aed96268fb69b85eac47984902a8
Author: Leszek Koltunski <leszek@distorted.org>
Date:   Mon Oct 17 16:12:06 2016 +0100

    Reflect the fact that we are no longer caching sine and cosine in the EffectNames comments.

diff --git a/src/main/java/org/distorted/library/EffectNames.java b/src/main/java/org/distorted/library/EffectNames.java
index 374eee3..74bead7 100644
--- a/src/main/java/org/distorted/library/EffectNames.java
+++ b/src/main/java/org/distorted/library/EffectNames.java
@@ -118,7 +118,7 @@ public enum EffectNames
    * Smoothly rotate a limited area around a center point.
    * <p>
    * Uniforms: (swirlAngle,UNUSED,UNUSED,UNUSED,
-   *            cache1, UNUSED,centerX,centerY,
+   *            UNUSED, UNUSED,centerX,centerY,
    *            regionX,regionY,regionRX,regionRY)
    * Unity: swirlAngle = 0
    */
@@ -127,8 +127,8 @@ public enum EffectNames
    * Directional sinusoidal wave effect. The direction of the wave is given by the 'angle'
    * parameter, which is the angle (in degrees) the direction forms with the X-axis.
    * <p>
-   * Uniforms: (amplitude,angleAmp,length,angleLen,
-   *            cache1, cache2,centerX,centerY,
+   * Uniforms: (amplitude,length,angleAlpha,angleBeta,
+   *            UNUSED, UNUSED,centerX,centerY,
    *            regionX,regionY,regionRX,regionRY)
    * Unity: amplitude  = 0
    */
