Made it human-friendly

This commit is contained in:
2019-12-27 22:53:14 +02:00
parent 6cef4df543
commit 5dd2de5d77
15 changed files with 491 additions and 468 deletions
+1
View File
@@ -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: