Project

General

Profile

« Previous | Next » 

Revision 5fecbdb9

Added by Leszek Koltunski about 7 years ago

Minor.

View differences:

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