Fix silly mistake

This commit is contained in:
Jasmine Iwanek
2022-11-08 13:56:17 -05:00
parent 0dadb8ad78
commit e71084d940
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ extern "C" {
extern HINSTANCE hinstance;
extern HWND hwndMain,
hwndRender;
hwndRender,
hwndRender2;
extern HANDLE ghMutex;
extern HICON hIcon[256];