Browse Source

Do not use IMGUI deprecated calls (#1283)

Miodrag Milanović 8 years ago
parent
commit
46e94d6e92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/common/imgui/imgui.h

+ 1 - 1
examples/common/imgui/imgui.h

@@ -133,7 +133,7 @@ namespace ImGui
 	{
 		return false
 			|| ImGui::IsAnyItemHovered()
-			|| ImGui::IsMouseHoveringAnyWindow()
+			|| ImGui::IsAnyWindowHovered()
 			;
 	}