changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user