Ignore:
Timestamp:
2018-06-01T09:58:15+02:00 (7 years ago)
Author:
malcolmh
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/render/Signals.java

    r33995 r34237  
    404404                }
    405405                if (col != null) {
    406                         Renderer.symbol(Beacons.LightFlare, new Scheme(LightColours.get(col)), new Delta(Handle.BC, AffineTransform.getRotateInstance(Math.toRadians(120))));
     406                        Renderer.symbol(Beacons.LightFlare, new Scheme(LightColours.get(col)),
     407                                        new Delta(Handle.BC, AffineTransform.getRotateInstance(Math.toRadians(120))));
    407408                }
    408409                if (Renderer.zoom >= 12) {
Note: See TracChangeset for help on using the changeset viewer.