Ignore:
Timestamp:
2024-06-03T08:28:52+02:00 (8 months ago)
Author:
malcolmh
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/jrender/src/jrender/Jrender.java

    r35835 r36267  
    125125            }
    126126        }
    127         if ((z >= 12) && (z < 18) && ((z < 16) || (bos.size() > empty))) {
     127        if ((z >= 12) && (z < 19) && ((z < 16) || (bos.size() > empty))) {
    128128            for (int x = 0; x < 2; x++) {
    129129                for (int y = 0; y < 2; y++) {
     
    144144            delfile.delete();
    145145        }
    146         if ((z < 18)) {
     146        if ((z < 19)) {
    147147            for (int x = 0; x < 2; x++) {
    148148                for (int y = 0; y < 2; y++) {
Note: See TracChangeset for help on using the changeset viewer.