From 527328c3037aeb76793ceedae311084ba9a49a9d Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 17 Sep 2020 20:46:32 +0100 Subject: [PATCH] Fix a typo --- src/Draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;