Kawe Mazidjatari bfd093d22b Fix rare crash in 'ImGui_ImplWin32_WndProcHandler'
Don't run the 'ImGui_ImplWin32_WndProcHandler' if we are shutting down. During rare occasions when closing the game while hovering over the game window, 'ImGui_ImplWin32_WndProcHandler' is getting called while parts or all of the ImGui systems have been shut down, leading to a crash. The fix is to check if the engine is restarting or shutting down before running the ImGui window procedure logic.
2023-07-02 11:28:07 +02:00
..
2023-06-27 07:53:08 +02:00
2023-06-25 10:29:42 +02:00
2023-07-02 02:46:58 +02:00
2023-06-17 16:30:10 +02:00
2023-07-01 01:20:47 +02:00
2023-07-02 02:46:58 +02:00
2023-06-24 15:46:56 +02:00
2023-06-25 10:29:42 +02:00
2023-07-01 01:20:47 +02:00
2023-07-02 02:46:58 +02:00
2023-06-27 22:06:47 +02:00
2023-06-30 22:01:13 +02:00
2023-07-02 02:51:12 +02:00
2023-07-01 01:20:47 +02:00
2023-06-25 11:37:52 +02:00
2022-08-14 15:19:03 +02:00
2022-02-22 15:19:32 +01:00
2022-04-16 00:30:46 +02:00
2021-04-13 04:45:22 -07:00
2022-02-22 15:20:08 +01:00