Project

General

Profile

« Previous | Next » 

Revision bdfec906

Added by Leszek Koltunski almost 8 years ago

Fix the 'Effects2D' app

View differences:

src/main/java/org/distorted/examples/effects2d/Effects2DActivity.java
81 81
                                        getText(R.string.sink      ).toString(),
82 82
                                        getText(R.string.alpha     ).toString(),
83 83
                                        getText(R.string.brightness).toString(),
84
                                        getText(R.string.chroma    ).toString()};
84
                                        getText(R.string.chroma).toString()};
85 85

  
86 86
    String[] itemsType = new String[] {"VERTEX", "FRAGMENT"};
87 87

  
......
182 182
      case  0: name = EffectNames.DISTORT      ; break;
183 183
      case  1: name = EffectNames.SINK         ; break;
184 184
      case  2: name = EffectNames.SMOOTH_ALPHA ; break;
185
      case  3: name = EffectNames.MACROBLOCK   ; break;
185
      case  3: name = EffectNames.BRIGHTNESS   ; break;
186 186
      case  4: name = EffectNames.SMOOTH_CHROMA; break;
187 187
      default: name = EffectNames.CONTRAST     ;
188 188
      }

Also available in: Unified diff