commit e6ab30ebd99466beea963e4817e36dfe81b41aa6
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Tue Dec 13 12:42:14 2016 +0000

    Complete the split DistortedObject -> (DistortedTexture,DistortedEffectQueue)

diff --git a/src/main/java/org/distorted/library/DistortedEffectQueues.java b/src/main/java/org/distorted/library/DistortedEffectQueues.java
index 7ea6e63..b22afda 100644
--- a/src/main/java/org/distorted/library/DistortedEffectQueues.java
+++ b/src/main/java/org/distorted/library/DistortedEffectQueues.java
@@ -152,7 +152,7 @@ public class DistortedEffectQueues
  *
  * @param dc    Source object to create our object from
  * @param flags A bitmask of values specifying what to copy.
- *              For example, CLONE_BITMAP | CLONE_MATRIX.
+ *              For example, CLONE_VERTEX | CLONE_MATRIX.
  */
   public DistortedEffectQueues(DistortedEffectQueues dc, int flags)
     {
