Demo: Fix '= =' typo in text (#8836)
This commit is contained in:
+1
-1
@@ -2170,7 +2170,7 @@ static void DemoWindowWidgetsQueryingStatuses()
|
|||||||
);
|
);
|
||||||
ImGui::BulletText(
|
ImGui::BulletText(
|
||||||
"with Hovering Delay or Stationary test:\n"
|
"with Hovering Delay or Stationary test:\n"
|
||||||
"IsItemHovered() = = %d\n"
|
"IsItemHovered() = %d\n"
|
||||||
"IsItemHovered(_Stationary) = %d\n"
|
"IsItemHovered(_Stationary) = %d\n"
|
||||||
"IsItemHovered(_DelayShort) = %d\n"
|
"IsItemHovered(_DelayShort) = %d\n"
|
||||||
"IsItemHovered(_DelayNormal) = %d\n"
|
"IsItemHovered(_DelayNormal) = %d\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user