ref: 527328c3037aeb76793ceedae311084ba9a49a9d
parent: 2882f6651afd799c3c2ffaf17676a944ecdfa6f4
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 17 16:46:32 EDT 2020
Fix a typo
--- a/src/Draw.cpp
+++ b/src/Draw.cpp
@@ -87,7 +87,7 @@
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;