Project

General

Profile

« Previous | Next » 

Revision cc8151c4

Added by Leszek Koltunski about 7 years ago

1. Correct some bugs in DistortedRenderState
2. Thus make the Stencil App work
3. New icon for it

View differences:

src/main/java/org/distorted/library/DistortedEffects.java
303 303
   
304 304
  private void releasePriv()
305 305
    {
306
    if( !matrixCloned     ) mM.abortAll(false);
307
    if( !vertexCloned     ) mV.abortAll(false);
308
    if( !fragmentCloned   ) mF.abortAll(false);
306
    if( !matrixCloned   ) mM.abortAll(false);
307
    if( !vertexCloned   ) mV.abortAll(false);
308
    if( !fragmentCloned ) mF.abortAll(false);
309 309

  
310 310
    mM = null;
311 311
    mV = null;

Also available in: Unified diff