commit f90fe926c99b4b2798db77670669fbb0c340302f
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Fri Oct 8 11:05:10 2021 +0200

    Comment.

diff --git a/src/main/java/org/distorted/library/effect/PostprocessEffect.java b/src/main/java/org/distorted/library/effect/PostprocessEffect.java
index 2289cfa..dc406df 100644
--- a/src/main/java/org/distorted/library/effect/PostprocessEffect.java
+++ b/src/main/java/org/distorted/library/effect/PostprocessEffect.java
@@ -153,6 +153,10 @@ public abstract class PostprocessEffect extends Effect implements InternalMaster
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
   /**
+   * Do we render the object directly to the final surface, and only postprocess and then blit its
+   * 'halo', or do we render the object along with its halo to the intermediate framebuffer and
+   * postprocess it as well?
+   *
    * Only for use by the library itself.
    *
    * @y.exclude
