Fix hang with "Go to Address" dialog in RamSearch

resolves #3384, fixes cc4acd9c64
This commit is contained in:
CasualPokePlayer 2022-09-14 19:39:03 -07:00
parent 1bf2bb758c
commit afccbe8aa6
1 changed files with 1 additions and 2 deletions

View File

@ -907,8 +907,7 @@ namespace BizHawk.Client.EmuHawk
Message = "Enter a hexadecimal value"
};
var result = this.ShowDialogWithTempMute(prompt);
while (result.IsOk())
while (this.ShowDialogWithTempMute(prompt).IsOk())
{
try
{