Changeset 179 for branches/highdpi/LocalPlayer/NatStat.pas
- Timestamp:
- Jun 23, 2019, 9:12:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/NatStat.pas
r178 r179 108 108 begin 109 109 AgePrepared := MainTextureAge; 110 bitblt(Back.Canvas.Handle, 0, 0, ClientWidth, ClientHeight,110 Dpibitblt(Back.Canvas.Handle, 0, 0, ClientWidth, ClientHeight, 111 111 MainTexture.Image.Canvas.Handle, (wMainTexture - ClientWidth) div 2, 112 112 (hMainTexture - ClientHeight) div 2, SRCCOPY); … … 263 263 Extinct := 1 shl pView and MyRO.Alive = 0; 264 264 265 bitblt(offscreen.Canvas.Handle, 0, 0, ClientWidth, ClientHeight,265 Dpibitblt(offscreen.Canvas.Handle, 0, 0, ClientWidth, ClientHeight, 266 266 Back.Canvas.Handle, 0, 0, SRCCOPY); 267 267
Note:
See TracChangeset
for help on using the changeset viewer.