1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00
This commit is contained in:
FunkyFr3sh 2022-09-28 02:25:50 +02:00
parent 7f7f90182f
commit 7683e52f21

View File

@ -442,6 +442,7 @@ HRESULT dds_BltFast(
dst_x = dst_rect.left;
dst_y = dst_rect.top;
int dst_w = dst_rect.right - dst_rect.left;
int dst_h = dst_rect.bottom - dst_rect.top;