Revision 6a29ecf7
Added by Leszek Koltunski over 5 years ago
src/main/java/org/distorted/library/main/DistortedTexture.java | ||
---|---|---|
117 | 117 |
{ |
118 | 118 |
super(width,height,NOT_CREATED_YET,1,1,type); |
119 | 119 |
mBmp= null; |
120 |
markForCreation(); |
|
121 | 120 |
} |
122 | 121 |
|
123 | 122 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
We don't have to mark Textures for creation until we fill them up with data.