diff --git a/src/Draw.cpp b/src/Draw.cpp index 7e7b57ad..8c028445 100644 --- a/src/Draw.cpp +++ b/src/Draw.cpp @@ -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;