mirror of
https://github.com/Drezil/imgui.git
synced 2024-12-18 06:06:35 +00:00
Fixed pointer dereferencing error from merge
This commit is contained in:
parent
e9ff2f3d24
commit
1be4604027
@ -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…
Reference in New Issue
Block a user