Bk2 input display generation - don't generate the mnemonic string twice, one time per function call will do

This commit is contained in:
adelikat 2015-01-11 15:50:01 +00:00
parent d560eb80b4
commit c8c563153c
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ namespace BizHawk.Client.Common
{ {
return string.Empty; return string.Empty;
} }
return GenerateLogEntry() return le
.Replace(".", " ") .Replace(".", " ")
.Replace("|", "") .Replace("|", "")
.Replace(" 0, 0,", " "); .Replace(" 0, 0,", " ");