Project

General

Profile

« Previous | Next » 

Revision cacc63de

Added by Leszek Koltunski over 7 years ago

Fix Lint warnings, correct a lot of comments, adjust EffectListener interface.

View differences:

src/main/java/org/distorted/library/EffectQueueMatrix.java
115 115
                                          EffectMessage.EFFECT_FINISHED,
116 116
                                         (mID[i]<<EffectTypes.LENGTH)+EffectTypes.MATRIX.type,
117 117
                                          mName[i],
118
                                          mObjectID,
119
                                          null);
118
                                          mObjectID);
120 119

  
121 120
        if( EffectNames.isUnity(mName[i], mUniforms, NUM_UNIFORMS*i) )
122 121
          {

Also available in: Unified diff