mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-02 04:38:15 +00:00
CogSample: progress on projectiles
This commit is contained in:
@@ -383,7 +383,7 @@ void FCogEngineWindow_Plots::RenderContent()
|
||||
if (Entry.FindValue(ImPlot::GetPlotMousePos().x, Value))
|
||||
{
|
||||
ImGui::BeginTooltip();
|
||||
ImGui::Text("%s: %0.1f", Label.Get(), Value);
|
||||
ImGui::Text("%s: %0.2f", Label.Get(), Value);
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user