Revision 5fecbdb9
Added by Leszek Koltunski over 8 years ago
| src/main/java/org/distorted/library/DistortedTexture.java | ||
|---|---|---|
| 111 | 111 | // inside a Tree of DistortedNodes (TREE) | 
| 112 | 112 | // SYSTEM surfaces do not get removed in onDestroy(). | 
| 113 | 113 |  | 
| 114 |   public DistortedTexture(int width, int height, int type)
 | |
| 114 | DistortedTexture(int width, int height, int type) | |
| 115 | 115 |     {
 | 
| 116 | 116 | super(width,height,NOT_CREATED_YET,type); | 
| 117 | 117 | mBmp= null; | 
Also available in: Unified diff
Minor.