Ignore:
Timestamp:
Jun 9, 2020, 12:43:25 AM (4 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/LocalPlayer/Help.pas

    r252 r255  
    477477              ((y + ScaleToNative(dy)) shr 1 < ScaleToNative(nHeaven)) and
    478478              (ImpPtr[dy].Pixel^.B shl 16 + ImpPtr[dy].Pixel^.G shl 8 +
    479               ImpPtr[dy].Pixel^.R = Heaven[(ScaleFromNative(y) + dy) shr 1]) then
     479              ImpPtr[dy].Pixel^.R = Heaven[(ScaleFromNative(y + ScaleToNative(dy))) shr 1]) then
    480480              Sum := Sum + 9 * 255
    481481            else
Note: See TracChangeset for help on using the changeset viewer.