commit 6a29ecf7ef5c888b6b6df7477c66c82601af6fae
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Fri Apr 26 20:10:23 2019 +0100

    We don't have to mark Textures for creation until we fill them up with data.

diff --git a/src/main/java/org/distorted/library/main/DistortedTexture.java b/src/main/java/org/distorted/library/main/DistortedTexture.java
index c39a479..9bfe051 100644
--- a/src/main/java/org/distorted/library/main/DistortedTexture.java
+++ b/src/main/java/org/distorted/library/main/DistortedTexture.java
@@ -117,7 +117,6 @@ public class DistortedTexture extends DistortedSurface
     {
     super(width,height,NOT_CREATED_YET,1,1,type);
     mBmp= null;
-    markForCreation();
     }
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
