1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Demo: Fix '= =' typo in text (#8836)

This commit is contained in:
Ori Avtalion 2025-07-25 11:36:23 +03:00 committed by GitHub
parent 19d1ad04f4
commit 075ad676aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2170,7 +2170,7 @@ static void DemoWindowWidgetsQueryingStatuses()
);
ImGui::BulletText(
"with Hovering Delay or Stationary test:\n"
"IsItemHovered() = = %d\n"
"IsItemHovered() = %d\n"
"IsItemHovered(_Stationary) = %d\n"
"IsItemHovered(_DelayShort) = %d\n"
"IsItemHovered(_DelayNormal) = %d\n"