Project

General

Profile

« Previous | Next » 

Revision 0df17fad

Added by Leszek Koltunski almost 8 years ago

- Javadoc for EffectNames
- make Matrix effects consistent with the rest (center of effect as last parameter!)
- bugfix for yesterday's bugfix (we only want to send 'EFFECT_REMOVED' messages if it was really the Application that called 'abortAll' and not when we are cleaning up everything)

View differences:

src/main/java/org/distorted/library/EffectMessageSender.java
116 116
        
117 117
  static void newMessage(EffectListener l, EffectMessage m, long id, int name, long bmpID, String str)
118 118
    {
119
    Message msg = mThis.new Message(l,m,id,name,bmpID,str);
120
    mList.add(msg);   
119
    if( mThis!=null )
120
      {
121
      Message msg = mThis.new Message(l,m,id,name,bmpID,str);
122
      mList.add(msg);
123
      }
121 124
    }
122 125
  }
123 126
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff