Project

General

Profile

« Previous | Next » 

Revision f2259427

Added by Leszek Koltunski over 1 year ago

Progress with Masterball.
Remaining: touch control's newRotation() function.

View differences:

src/main/java/org/distorted/objectlib/helpers/ObjectSticker.java
60 60

  
61 61
  public String debug()
62 62
    {
63
    android.util.Log.e("D", "DEBUG BEGIN");
64

  
65 63
    String dbg="coords: ";
66 64
    int len = mCoords.length;
67 65
    for(int i=0; i<len; i++) dbg+= (" "+mCoords[i]);
......
76 74

  
77 75
    dbg+= "\nstroke: "+mStroke;
78 76

  
79
    android.util.Log.e("D", "DEBUG END");
80

  
81 77
    return dbg;
82 78
    }
83 79
  }

Also available in: Unified diff