Project

General

Profile

« Previous | Next » 

Revision 246d021c

Added by Leszek Koltunski almost 4 years ago

1) rename DistortedTexture's setColor to setColorARGB
2) fix the Wiind app to take into account paused time
3) fix the Dynamic so that if a single Dynamic is used more than once (in more than one effect) than it doesn't get adjusted for paused time multiple times.

View differences:

src/main/java/org/distorted/library/main/DistortedTexture.java
148 148
 *
149 149
 * @param argb The color to paint the Texture with.
150 150
 */
151
  public void setColor(int argb)
151
  public void setColorARGB(int argb)
152 152
    {
153 153
    Paint paint = new Paint();
154 154
    paint.setColor(argb);

Also available in: Unified diff