Ignore:
Timestamp:
Dec 26, 2019, 12:09:50 AM (4 years ago)
Author:
chronos
Message:
  • Added: Support for bigger map tile size.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/ScreenTools.pas

    r173 r182  
    466466
    467467    xmax := Source.Width - 1; // allows 4-byte access even for last pixel
    468     if xmax > 970 then
    469       xmax := 970;
     468    // Why there was that limit?
     469    //if xmax > 970 then
     470    //  xmax := 970;
    470471
    471472    GrExt[nGrExt].Data := Source;
Note: See TracChangeset for help on using the changeset viewer.