Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b15f89c7f9
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ public class OsmandRenderer {
|
||||||
return object1.iconOrder - object2.iconOrder;
|
return object1.iconOrder - object2.iconOrder;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
int skewConstant = (int) rc.getDensityValue(24);
|
int skewConstant = (int) rc.getDensityValue(32);
|
||||||
int iconsW = rc.width / skewConstant;
|
int iconsW = rc.width / skewConstant;
|
||||||
int iconsH = rc.height / skewConstant;
|
int iconsH = rc.height / skewConstant;
|
||||||
int[] alreadyDrawnIcons = new int[iconsW * iconsH / 32];
|
int[] alreadyDrawnIcons = new int[iconsW * iconsH / 32];
|
||||||
|
|
Loading…
Reference in a new issue