This commit is contained in:
Arneth
2022-03-13 13:56:59 -04:00
parent f98eb96584
commit 2816ca2aff
128 changed files with 15790 additions and 1635 deletions
@@ -46,7 +46,7 @@ namespace QO
stringBuilder.Append("usedHeapSize ");
stringBuilder.Append(string.Concat(new object[]
{
Profiler.usedHeapSize / 1024f,
UnityEngine.Profiling.Profiler.usedHeapSize / 1024f,
" KB / ",
(float)SystemInfo.systemMemorySize * 1024f,
" KB"