Project

General

Profile

« Previous | Next » 

Revision e458a4ba

Added by Leszek Koltunski almost 8 years ago

1. new package 'message'
2. Rename the 'Grid' classes to match

View differences:

src/main/java/org/distorted/library/EffectQueueFragment.java
21 21

  
22 22
import android.opengl.GLES20;
23 23

  
24
import org.distorted.library.message.EffectMessage;
24 25
import org.distorted.library.type.Float2D;
25 26
import org.distorted.library.type.Float3D;
26 27
import org.distorted.library.type.Float4D;
......
78 79
        {
79 80
        for(int j=0; j<mNumListeners; j++)   
80 81
          EffectMessageSender.newMessage( mListeners.elementAt(j),
81
                                          EffectMessage.EFFECT_FINISHED, 
82
                                          EffectMessage.EFFECT_FINISHED,
82 83
                                          (mID[i]<<EffectTypes.LENGTH)+EffectTypes.FRAGMENT.type,
83 84
                                          mType[i], 
84 85
                                          mBitmapID,

Also available in: Unified diff