CogSample: progress on projectiles

This commit is contained in:
Arnaud Jamin
2023-10-30 01:11:48 -04:00
parent be498905bc
commit 315782183d
32 changed files with 224 additions and 60 deletions
@@ -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();
}
}