new diff file format, fixing empty-microtile-bug
This commit is contained in:
parent
b4dd0edd44
commit
ca48edda04
4 changed files with 207 additions and 63 deletions
|
|
@ -687,7 +687,7 @@ float tx, ty;
|
|||
|
||||
// first check for a delta file
|
||||
String md5 = Rd5DiffManager.getMD5( targetFile );
|
||||
String surlDelta = surlBase + "diff/" + name.replace( ".rd5", "/" + md5 + ".rd5diff" );
|
||||
String surlDelta = surlBase + "diff/" + name.replace( ".rd5", "/" + md5 + ".df5" );
|
||||
|
||||
URL urlDelta = new URL(surlDelta);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue