Merge branch 'fix-profiler-memory' of https://github.com/Zode/FlaxEngine into Zode-fix-profiler-memory
This commit is contained in:
@@ -492,7 +492,7 @@ namespace FlaxEditor.Windows.Profiler
|
||||
{
|
||||
break;
|
||||
}
|
||||
subEventsMemoryTotal += sub.ManagedMemoryAllocation + e.NativeMemoryAllocation;
|
||||
subEventsMemoryTotal += sub.ManagedMemoryAllocation + sub.NativeMemoryAllocation;
|
||||
}
|
||||
|
||||
string name = e.Name.Replace("::", ".");
|
||||
|
||||
Reference in New Issue
Block a user