commit 5fecbdb9d145354d84f0168b434a74d84c192c56
Author: leszek <leszek@koltunski.pl>
Date:   Mon Apr 24 23:59:30 2017 +0100

    Minor.

diff --git a/src/main/java/org/distorted/library/DistortedTexture.java b/src/main/java/org/distorted/library/DistortedTexture.java
index 5a28960..b77fb6d 100644
--- a/src/main/java/org/distorted/library/DistortedTexture.java
+++ b/src/main/java/org/distorted/library/DistortedTexture.java
@@ -111,7 +111,7 @@ public class DistortedTexture extends DistortedSurface implements DistortedInput
 // inside a Tree of DistortedNodes (TREE)
 // SYSTEM surfaces do not get removed in onDestroy().
 
-  public DistortedTexture(int width, int height, int type)
+  DistortedTexture(int width, int height, int type)
     {
     super(width,height,NOT_CREATED_YET,type);
     mBmp= null;
