Small Fix. I forgot one important argument.
This commit is contained in:
parent
185fb9f8fb
commit
06007107a0
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ public class OsmandRenderer {
|
|||
|
||||
for (int k = 0; k < keys.length; k++) {
|
||||
|
||||
if(repeat == true && shadowarray[shadownum] != k && shadowarray[shadownum] != -1){
|
||||
if(repeat == true && shadowarray[shadownum] != k && shadowarray[shadownum] != -1 && keys[k] < 58){
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue