Source layer
This commit is contained in:
parent
d3f6b65b56
commit
87bed49c36
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ public abstract class OsmandMapLayer {
|
|||
if (intersection != -1) {
|
||||
px = (int) (intersection >> 32);
|
||||
py = (int) (intersection & 0xffffffff);
|
||||
draw = true;
|
||||
}
|
||||
}
|
||||
if (draw) {
|
||||
|
|
Loading…
Reference in a new issue