Changeset 31502 in osm for applications/editors/josm/plugins/mapillary/src
- Timestamp:
- 2015-08-15T12:30:37+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/WalkThread.java
r31501 r31502 149 149 MapillaryAbstractImage newImage) { 150 150 if (newImage != oldImage.next()) { 151 end(); 151 152 interrupt(); 152 153 }
Note:
See TracChangeset
for help on using the changeset viewer.