only clear the graph on board reset if necessary

This commit is contained in:
2026-02-20 01:40:43 +01:00
parent 6e5a4acdd0
commit 7860963fcb
2 changed files with 19 additions and 5 deletions

View File

@ -294,7 +294,7 @@ auto Renderer::DrawMenu(const MassSpringSystem &masssprings, int current_preset,
std::format("Lock Camera to Current State (L): {}", camera.target_lock),
DARKGREEN);
draw_btn(1, 0, std::format("Reset State + Graph (R)"), DARKBLUE);
draw_btn(1, 0, std::format("Reset State (R)"), DARKBLUE);
draw_btn(1, 1, std::format("Add/Remove Col/Row (Arrow Keys)"), DARKBLUE);
draw_btn(1, 2, std::format("Print Board State to Console (P)"), DARKBLUE);