Project

General

Profile

« Previous | Next » 

Revision 9d0d8530

Added by Leszek Koltunski almost 7 years ago

Progress with Effect classes - everything compiles now!

View differences:

src/main/java/org/distorted/library/effect/PostprocessEffect.java
35 35

  
36 36
///////////////////////////////////////////////////////////////////////////////////////////////////
37 37

  
38
  public PostprocessEffect(EffectName name, int dimension, boolean center, boolean region, float[] unity)
38
  public PostprocessEffect(EffectName name)
39 39
    {
40
    super(EffectType.POSTPROCESS,name,dimension,center,region,unity);
40
    super(name);
41 41
    }
42 42
  }

Also available in: Unified diff