variable length tag descriptions (regtest glitches)
This commit is contained in:
parent
1633ae78e3
commit
8368df6bcf
8 changed files with 54 additions and 54 deletions
|
|
@ -83,7 +83,7 @@ public class WayLinker extends MapCreatorBase
|
|||
|
||||
creationTimeStamp = System.currentTimeMillis();
|
||||
|
||||
abUnifier = new ByteArrayUnifier( 16384 );
|
||||
abUnifier = new ByteArrayUnifier( 16384, false );
|
||||
|
||||
// then process all segments
|
||||
new WayIterator( this, true ).processDir( wayTilesIn, ".wt5" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue