Rewind Config - oops

This commit is contained in:
adelikat 2013-08-01 20:30:33 +00:00
parent b2e6be8d0e
commit 1faac21e7f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace BizHawk.MultiClient
{
double num = StateSize / 1024.0;
if (StateSize >= 1024)
if (num >= 1024)
{
num /= 1024.0;
StateSizeLabel.Text = String.Format("{0:0.00}", num) + " mb";