Project

General

Profile

« Previous | Next » 

Revision ceed2df6

Added by Leszek Koltunski almost 4 years ago

Change abortAll to removeAll in effectQueues (for consistency)
Remove all pre-effects from the component queues when they are not used anymore.

View differences:

src/main/java/org/distorted/library/mesh/MeshBase.java
302 302
       }
303 303

  
304 304
     GLES30.glUnmapBuffer(GLES30.GL_TRANSFORM_FEEDBACK);
305

  
306
     int numComp = mComponent.size();
307

  
308
     for(int i=0; i<numComp; i++)
309
       {
310
       mComponent.get(i).mQueue.removeAll(false);
311
       }
305 312
     }
306 313

  
307 314
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff