Project

General

Profile

« Previous | Next » 

Revision 143095f7

Added by Leszek Koltunski over 5 years ago

Minor cleanups.

View differences:

src/main/java/org/distorted/library/effect/PostprocessEffectBlur.java
23 23

  
24 24
import org.distorted.library.main.Distorted;
25 25
import org.distorted.library.main.DistortedFramebuffer;
26
import org.distorted.library.main.DistortedOutputSurface;
27 26
import org.distorted.library.main.DistortedRenderState;
28 27
import org.distorted.library.program.DistortedProgram;
29 28
import org.distorted.library.type.Data1D;
......
139 138
    }
140 139

  
141 140
///////////////////////////////////////////////////////////////////////////////////////////////////
142
  /**
143
   * Only for use by the library itself.
144
   *
145
   * @y.exclude
146
   */
141
/**
142
 * Only for use by the library itself.
143
 *
144
 * @y.exclude
145
 */
147 146
  public boolean getRender()
148 147
    {
149 148
    return false;

Also available in: Unified diff