preprocessor speedup

This commit is contained in:
Arndt Brenschede 2019-09-25 00:24:23 +02:00
parent ba34488447
commit 365d52db22
2 changed files with 28 additions and 17 deletions

View file

@ -141,10 +141,10 @@ public class OsmCutter extends MapCreatorBase
if ( tileIndex >= 0 )
{
n.writeTo( getOutStreamForTile( tileIndex ) );
}
if ( wayCutter != null )
{
wayCutter.nextNode( n );
if ( wayCutter != null )
{
wayCutter.nextNode( n );
}
}
}