Fix compilation

This commit is contained in:
Victor Shcherb 2011-10-09 23:44:06 +02:00
parent 119aa59be7
commit fc3740c89e

View file

@ -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;
}
}