Project

General

Profile

« Previous | Next » 

Revision 6f3024ae

Added by Leszek Koltunski over 7 years ago

Fix a lot of Lint warnings in the apps.

View differences:

src/main/java/org/distorted/examples/effectqueue/EffectQueueRenderer.java
45 45
class EffectQueueRenderer implements GLSurfaceView.Renderer, EffectListener
46 46
  {  
47 47
  private static final int NUMLINES =  10;
48
  static final int BWID = 300;
49
  static final int BHEI = 400;
48
  final int BWID = 300;
49
  final int BHEI = 400;
50 50
   
51 51
  private EffectQueueSurfaceView mView;
52 52
  private Paint mPaint;

Also available in: Unified diff