mirror of
https://github.com/Drezil/imgui.git
synced 2025-08-03 10:33:15 +02:00
Fixed pointer dereferencing error from merge
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user