Fix bad refactor

This commit is contained in:
Arnaud Jamin
2024-01-03 19:20:12 -05:00
parent 11022f7311
commit 0f130f7dff
4 changed files with 45 additions and 45 deletions
@@ -82,7 +82,7 @@ void FCogEngineWindow_Plots::RenderMenu()
{
if (ImGui::BeginMenu("Options"))
{
if (ImGui::MenuItem("Clear Settings"))
if (ImGui::MenuItem("Clear Data"))
{
FCogDebugPlot::Clear();
}