Project

General

Profile

« Previous | Next » 

Revision ab12f06b

Added by Leszek Koltunski over 7 years ago

Some more minor fixes.

View differences:

src/main/java/org/distorted/library/DistortedTree.java
170 170

  
171 171
///////////////////////////////////////////////////////////////////////////////////////////////////
172 172
// Debug - print all the Node IDs
173

  
173
/*
174 174
  void debug(int depth)
175 175
    {
176 176
    String tmp="";
......
199 199
      android.util.Log.e("NODE", "key="+key+" NodeID: "+tmp.ID);
200 200
      }
201 201
    }
202

  
202
*/
203 203
///////////////////////////////////////////////////////////////////////////////////////////////////
204 204

  
205 205
  void drawRecursive(long currTime, DistortedFramebuffer df)

Also available in: Unified diff