Changeset 81
- Timestamp:
- 08/17/07 01:38:25 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bbtracker/trunk/src/org/bbtracker/mobile/TrackManager.java
r76 r81 145 145 int newValue; 146 146 final int pointCount = track.getPointCount(); 147 if (pointCount == 0) { 148 return false; 149 } 150 147 151 if (currentPoint == null) { 148 152 if (offset >= 0) {
Note: See TracChangeset
for help on using the changeset viewer.