Fix compilation
This commit is contained in:
parent
119aa59be7
commit
fc3740c89e
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ public class BaseOsmandRender implements RenderingRuleVisitor {
|
|||
}
|
||||
if(ef.shadowColor != 0 && ef.shadowRadius > 0){
|
||||
props.shadowColor = ef.shadowColor;
|
||||
props.shadowLayer = (int) ef.shadowRadius;
|
||||
props.shadowRadius = (int) ef.shadowRadius;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue