uups
This commit is contained in:
parent
87ed332a56
commit
db0c372941
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public final class NodesCache
|
|||
}
|
||||
if ( nghosts == 0 ) continue;
|
||||
int j=0;
|
||||
OsmFile[] frow = fileRows[fileRows.length-nghosts];
|
||||
OsmFile[] frow = new OsmFile[fileRow.length-nghosts];
|
||||
for( OsmFile osmf : fileRow )
|
||||
{
|
||||
if ( osmf.ghost ) continue;
|
||||
|
|
Loading…
Reference in a new issue