Fix a typo

This commit is contained in:
Clownacy 2020-09-17 20:46:32 +01:00
parent 2882f6651a
commit 527328c303

View file

@ -87,7 +87,7 @@ BOOL Flip_SystemTask(HWND hWnd)
else
timePrev += 20;
static RECT dst_rect; // TODO - Not the original vaiable name
static RECT dst_rect; // TODO - Not the original variable name
GetWindowRect(hWnd, &dst_rect);
dst_rect.left += client_x;
dst_rect.top += client_y;