Revision 9e493af3
Added by Leszek Koltunski over 2 years ago
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*1500;
|
|
30 |
private static final int DURATION = NUM_SCRAMBLES*2*1000;
|
|
31 | 31 |
|
32 | 32 |
private final PurchaseSurfaceView mView; |
33 | 33 |
private final DistortedScreen mScreen; |
Also available in: Unified diff
IAP: speed up.