Project

General

Profile

« Previous | Next » 

Revision 29a06526

Added by Leszek Koltunski about 7 years ago

Minor

View differences:

src/main/java/org/distorted/library/Distorted.java
42 42
   * This way we can have two DistortedTextures, both backed up by the same Bitmap, to which we can
43 43
   * apply different effects. Used in the copy constructor.
44 44
   */
45
  public static final int CLONE_RENDERABLE = 0x1;
45
  public static final int CLONE_SURFACE = 0x1;
46 46
  /**
47 47
   * When creating an instance of a DistortedEffects from another instance, clone the Matrix Effects.
48 48
   * <p>

Also available in: Unified diff