clean up code
This commit is contained in:
Perfare
2018-01-17 06:20:06 +08:00
parent db92daedf0
commit 647ce56f81
12 changed files with 1150 additions and 1235 deletions

View File

@ -85,8 +85,7 @@ namespace Unity_Studio
{
preloadData.extension = Path.GetExtension(m_OriginalPath);
preloadData.Text = m_Name;
if (m_Source != null)
preloadData.fullSize = preloadData.Size + (int)m_Size;
preloadData.fullSize = preloadData.Size + (int)m_Size;
}
}
}