reset selection when resetting state

This commit is contained in:
2026-02-27 13:26:14 +01:00
parent db694838a7
commit e8bd90911d
2 changed files with 18 additions and 2 deletions

View File

@ -310,6 +310,8 @@ auto InputHandler::ResetState() -> void {
}
state.ResetState();
sel_x = 0;
sel_y = 0;
}
auto InputHandler::FillGraph() -> void { state.FillGraph(); }