Project

General

Profile

« Previous | Next » 

Revision af0710b6

Added by Leszek Koltunski over 1 year ago

IAP: finish the 'Purschase' activity.

View differences:

src/main/java/org/distorted/purchase/PurchaseRenderer.java
27 27
public class PurchaseRenderer implements GLSurfaceView.Renderer, DistortedLibrary.ExceptionListener
28 28
{
29 29
   private static final int NUM_SCRAMBLES = 5;
30
   private static final int DURATION = NUM_SCRAMBLES*2*2500;
30
   private static final int DURATION = NUM_SCRAMBLES*2*1500;
31 31

  
32 32
   private final PurchaseSurfaceView mView;
33 33
   private final DistortedScreen mScreen;
......
82 82
      BaseEffect.Type.enableEffects();
83 83

  
84 84
      DistortedLibrary.onSurfaceCreated(mView.getContext(),this,1);
85
      DistortedLibrary.setCull(true);
85 86
      }
86 87

  
87 88
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff