Changeset 470 for trunk/LocalPlayer/NatStat.pas
- Timestamp:
- Dec 3, 2023, 11:49:25 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/NatStat.pas
r468 r470 109 109 if MainTexture.Age <> AgePrepared then begin 110 110 AgePrepared := MainTexture.Age; 111 BitBltCanvas(Back.Canvas, 0, 0, ClientWidth, ClientHeight,112 MainTexture.Image.Canvas, (MainTexture.Width - ClientWidth) div 2,113 (MainTexture.Height - ClientHeight) div 2);114 ImageOp_B(Back, Template, 0, 0, 0, 0, ClientWidth, ClientHeight);111 BitBltCanvas(Back.Canvas, 0, 0, Width, Height, 112 MainTexture.Image.Canvas, (MainTexture.Width - Width) div 2, 113 (MainTexture.Height - Height) div 2); 114 ImageOp_B(Back, Template, 0, 0, 0, 0, Width, Height); 115 115 end; 116 116 end;
Note:
See TracChangeset
for help on using the changeset viewer.