Made it human-friendly
This commit is contained in:
@@ -98,6 +98,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
break;
|
||||
case WM_CLOSE:
|
||||
DestroyWindow(hwnd);
|
||||
free_renderer();
|
||||
destroy_kernels();
|
||||
break;
|
||||
case WM_DESTROY:
|
||||
|
||||
Reference in New Issue
Block a user