mirror of
https://github.com/Drezil/imgui.git
synced 2025-04-02 01:12:46 +00:00
Pedantic grammar fix
This commit is contained in:
parent
5834297928
commit
3f6091b26b
@ -7887,7 +7887,7 @@ void ImGui::ShowTestWindow(bool* opened)
|
||||
ImGui::PopID();
|
||||
}
|
||||
|
||||
ImGui::Text("Hover me");
|
||||
ImGui::Text("Hover over me");
|
||||
if (ImGui::IsItemHovered())
|
||||
ImGui::SetTooltip("I am a tooltip");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user