Changeset 484
- Timestamp:
- Dec 8, 2023, 11:44:10 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/MessgEx.pas
r480 r484 264 264 else 265 265 share := share * yR; 266 if (xDst + dx < ScaleToNative(Width)) and267 (yDst + dy < ScaleToNative(Height)) then begin266 if (xDst + dx < wScrewed) and 267 (yDst + dy < hScrewed) then begin 268 268 Screwed[xDst + dx, yDst + dy, 0] := Screwed[xDst + dx, yDst + dy, 0] 269 269 + share * SrcPtr.Pixel^.B;
Note:
See TracChangeset
for help on using the changeset viewer.