Fix formatting
This commit is contained in:
parent
c51df90e05
commit
e6dac60fca
1 changed files with 2 additions and 2 deletions
|
@ -246,8 +246,8 @@ public class TrackBitmapDrawer {
|
|||
}
|
||||
}
|
||||
paint.setColor(color == 0 ? trackColor : color);
|
||||
if(ts.renderer instanceof Renderable.RenderableSegment) {
|
||||
((Renderable.RenderableSegment)ts.renderer).drawSegment(tileBox.getZoom(), paint, canvas, tileBox);
|
||||
if (ts.renderer instanceof Renderable.RenderableSegment) {
|
||||
((Renderable.RenderableSegment) ts.renderer).drawSegment(tileBox.getZoom(), paint, canvas, tileBox);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue