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) {
|
if (intersection != -1) {
|
||||||
px = (int) (intersection >> 32);
|
px = (int) (intersection >> 32);
|
||||||
py = (int) (intersection & 0xffffffff);
|
py = (int) (intersection & 0xffffffff);
|
||||||
|
draw = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (draw) {
|
if (draw) {
|
||||||
|
|
Loading…
Reference in a new issue