mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Use shared font atlas and fix crash when opening overlay in some games.
This commit is contained in:
parent
de6805dd8b
commit
c9a102ee30
9 changed files with 25 additions and 20 deletions
|
|
@ -86,7 +86,7 @@ void OpenGL_Hook::_PrepareForOverlay(HDC hDC)
|
|||
|
||||
if (!_Initialized)
|
||||
{
|
||||
ImGui::CreateContext();
|
||||
ImGui::CreateContext((ImFontAtlas *)ImGuiFontAtlas);
|
||||
ImGui_ImplOpenGL3_Init();
|
||||
|
||||
_LastWindow = hWnd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue