uups
This commit is contained in:
parent
87ed332a56
commit
db0c372941
@ -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…
x
Reference in New Issue
Block a user