v2019.08.21.1

This commit is contained in:
pypy
2019-08-21 01:34:03 +09:00
parent e225c2290d
commit 800a649d18
5 changed files with 14 additions and 16 deletions

View File

@@ -58,9 +58,9 @@ namespace VRCX
{
if (m_Storage.Count > 0)
{
m_Storage.Clear();
m_Dirty = true;
}
m_Storage.Clear();
}
finally
{