Source layer

This commit is contained in:
Victor Shcherb 2015-01-25 22:28:39 +01:00
parent d3f6b65b56
commit 87bed49c36

View file

@ -100,6 +100,7 @@ public abstract class OsmandMapLayer {
if (intersection != -1) {
px = (int) (intersection >> 32);
py = (int) (intersection & 0xffffffff);
draw = true;
}
}
if (draw) {