Skip to content

Commit

Permalink
Reset flags when resetting stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Nov 26, 2023
1 parent d4219ef commit 2bfa034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/cim.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ function reset_stats(done = true) {
_CURRENT_COEFFICIENTS = null; // Trigger re-calculation of weights.
save_state();
update_stats_display();
populate_audio();
}

function get_session_history() {
Expand Down

0 comments on commit 2bfa034

Please sign in to comment.