Changeset 530 for trunk/LocalPlayer/NatStat.pas
- Timestamp:
- Feb 24, 2024, 8:04:26 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/NatStat.pas
r496 r530 109 109 if MainTexture.Age <> AgePrepared then begin 110 110 AgePrepared := MainTexture.Age; 111 BitBlt Canvas(Back.Canvas, 0, 0, Width, Height,112 MainTexture.Image .Canvas, (MainTexture.Width - Width) div 2,111 BitBltBitmap(Back, 0, 0, Width, Height, 112 MainTexture.Image, (MainTexture.Width - Width) div 2, 113 113 (MainTexture.Height - Height) div 2); 114 114 ImageOp_B(Back, Template, 0, 0, 0, 0, Width, Height); … … 263 263 Extinct := 1 shl pView and MyRO.Alive = 0; 264 264 265 BitBltCanvas(Offscreen.Canvas, 0, 0, ClientWidth, ClientHeight, 266 Back.Canvas, 0, 0); 265 BitBltBitmap(Offscreen, 0, 0, ClientWidth, ClientHeight, Back, 0, 0); 267 266 268 267 Offscreen.Canvas.Font.Assign(UniFont[ftCaption]);
Note:
See TracChangeset
for help on using the changeset viewer.