Project

General

Profile

« Previous | Next » 

Revision 30f337e5

Added by Leszek Koltunski about 2 months ago

  • ID 30f337e50a7d5d83c0419732cc2f896aeef67cee
  • Parent c31aa527

Lint

View differences:

src/main/java/org/distorted/examples/blur/BlurRenderer.java
110 110

  
111 111
   int setHalo(int halo)
112 112
     {
113
     int radius = halo;
114
     mHaloRadiusSta.set0(radius);
115
     return radius;
113
     mHaloRadiusSta.set0(halo);
114
     return halo;
116 115
     }
117 116

  
118 117
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff