Merge pull request #44 from sonora/master
implement moreDetail switch (2)
This commit is contained in:
commit
0e149354bc
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ public class OsmandRenderer {
|
|||
public boolean interrupted = false;
|
||||
public boolean nightMode = false;
|
||||
public boolean highResMode = false;
|
||||
public boolean moreDetail = false;
|
||||
public float mapTextSize = 1;
|
||||
|
||||
List<TextDrawInfo> textToDraw = new ArrayList<TextDrawInfo>();
|
||||
|
|
Loading…
Reference in a new issue