Project

General

Profile

« Previous | Next » 

Revision 0273ef2a

Added by Leszek Koltunski almost 4 years ago

Fixes for pausing and restarting.

View differences:

src/main/java/org/distorted/library/main/DistortedLibrary.java
41 41
import org.distorted.library.message.EffectMessageSender;
42 42
import org.distorted.library.program.DistortedProgram;
43 43
import org.distorted.library.program.VertexCompilationException;
44
import org.distorted.library.type.Dynamic;
44 45

  
45 46
import java.io.InputStream;
46 47
import java.nio.ByteBuffer;
......
1032 1033
  public static void onPause()
1033 1034
    {
1034 1035
    InternalObject.onPause();
1035

  
1036
    Dynamic.onPause();
1036 1037
    mLinkedListSSBO[0]= -1;
1037 1038
    mAtomicCounter = null;
1038 1039
    }

Also available in: Unified diff