Revision eacd5df5
Added by Leszek Koltunski over 7 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 |
DistortedTexture(int width, int height, int type) |
|
114 |
public 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
Revert "Minor."
This reverts commit 5fecbdb9d145354d84f0168b434a74d84c192c56.
revert the recent Matrix Effects work.