Project

General

Profile

« Previous | Next » 

Revision e8c81a8e

Added by Leszek Koltunski almost 8 years ago

Cleanup, consistent variable names, minor details.

View differences:

src/main/java/org/distorted/library/EffectMessageSender.java
105 105
      while( mList.size()>0 )
106 106
        {
107 107
        tmp = mList.remove(0);
108
        tmp.mListener.effectMessage(tmp.mMessage, tmp.mEffectID, tmp.mEffectName, tmp.mBitmapID, tmp.mStr);
108
        tmp.mListener.effectMessage(tmp.mMessage, tmp.mEffectID, EffectNames.getName(tmp.mEffectName),
109
                                    tmp.mBitmapID, tmp.mStr);
109 110
        }
110 111

  
111 112
      synchronized(mThis)

Also available in: Unified diff