Changeset 255 for branches/highdpi/LocalPlayer/Help.pas
- Timestamp:
- Jun 9, 2020, 12:43:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Help.pas
r252 r255 477 477 ((y + ScaleToNative(dy)) shr 1 < ScaleToNative(nHeaven)) and 478 478 (ImpPtr[dy].Pixel^.B shl 16 + ImpPtr[dy].Pixel^.G shl 8 + 479 ImpPtr[dy].Pixel^.R = Heaven[(ScaleFromNative(y ) + dy) shr 1]) then479 ImpPtr[dy].Pixel^.R = Heaven[(ScaleFromNative(y + ScaleToNative(dy))) shr 1]) then 480 480 Sum := Sum + 9 * 255 481 481 else
Note:
See TracChangeset
for help on using the changeset viewer.