commit e136346df1c93ba9e0f2d7250909b8dd9158ca37
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed Apr 4 15:01:12 2018 +0100

    New 'Triblur' testapp.
    
    Shows that the Blur effect doesn't fully work (probably it is the 'blitWithDepth' function which needs to be corrected)

diff --git a/src/main/java/org/distorted/library/effect/PostprocessEffectBlur.java b/src/main/java/org/distorted/library/effect/PostprocessEffectBlur.java
index 931e55d..415258b 100644
--- a/src/main/java/org/distorted/library/effect/PostprocessEffectBlur.java
+++ b/src/main/java/org/distorted/library/effect/PostprocessEffectBlur.java
@@ -284,7 +284,7 @@ public class PostprocessEffectBlur extends PostprocessEffect
 /**
  * Blur the Framebuffer.
  *
- * @param blurRadius The 'strength' if the effect, in pixels. 0 = no blur, 10 = when blurring a given pixel,
+ * @param blurRadius The 'strength' of the effect, in pixels. 0 = no blur, 10 = when blurring a given pixel,
  *                   take into account 10 pixels in each direction.
  */
   public PostprocessEffectBlur(Data1D blurRadius)
