Ignore:
Timestamp:
2021-01-13T10:42:07+01:00 (4 years ago)
Author:
malcolmh
Message:

null exception fix + misc updates

File:
1 edited

Legend:

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

    r35483 r35685  
    603603            }
    604604        } else {
    605             if (Renderer.zoom >= 15) {
     605            if ((Renderer.zoom >= 15) && (lights.get(0) != null)) {
    606606                AttMap atts = lights.get(0);
    607607                ArrayList<CatLIT> cats = new ArrayList<>();
Note: See TracChangeset for help on using the changeset viewer.