Basic Bot - have the clear button clear out the attempts and frames values
This commit is contained in:
parent
e4a4a9606c
commit
36250ee782
|
@ -561,6 +561,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
private void ClearBestButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
_bestBotAttempt = null;
|
||||
Attempts = 0;
|
||||
Frames = 0;
|
||||
UpdateBestAttempt();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue