Fixed pointer dereferencing error from merge

features/sdl_renderer3_multiviewports
Jim Tilander ago%!(EXTRA string=10 years)
parent e9ff2f3d24
commit 1be4604027
  1. 2
      imgui.cpp

@ -1104,7 +1104,7 @@ static ImGuiWindow* GetCurrentWindow()
static void SetActiveId(ImGuiID id) static void SetActiveId(ImGuiID id)
{ {
GImGui.ActiveId = id; GImGui->ActiveId = id;
} }
static void RegisterAliveId(const ImGuiID& id) static void RegisterAliveId(const ImGuiID& id)

Loading…
Cancel
Save