Kawe Mazidjatari a9338455aa Fix ImGui window procedure handler crash on shutdown
When and after 'Host_Shutdown()' is called, the window handle is still valid, thus the handler still gets called. This gets destroyed in 'OnShutdown()' called from 'CEngineAPI::RunListenServer()'. But we do shutdown the ImGui implementation in 'Host_Shutdown()'... Therefore, we should check if the implementation is initialized or not before running the window procedure handler.
2023-06-19 14:03:23 +02:00
..
2023-05-10 00:05:38 +02:00
2023-03-18 14:10:29 +01:00
2022-04-26 20:24:51 +02:00
2022-12-29 13:30:33 +01:00