Project

General

Profile

« Previous | Next » 

Revision 8c57d77b

Added by Leszek Koltunski about 1 year ago

Decouple (to a large degree) the OpenGL Library from Android.

View differences:

src/main/java/org/distorted/library/effectqueue/EffectQueue.java
405 405
      }
406 406
    else
407 407
      {
408
      android.util.Log.e("queue", "getEffect: out of range "+position);
408
      DistortedLibrary.logMessage("EffectQueue: getEffect: out of range "+position);
409 409
      return null;
410 410
      }
411 411
    }
......
490 490
                       }
491 491
                     else
492 492
                       {
493
                       android.util.Log.e("queue", "failed to add effect "+job.effect.getName());
493
                       DistortedLibrary.logMessage("EffectQueue: failed to add effect "+job.effect.getName());
494 494
                       }
495 495
                     break;
496 496
        case DETACH: for(int j=0; j<mNumEffects; j++)

Also available in: Unified diff