mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01: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