Merge branch 'Tryibion-fix-cpu-profiler-crash'
This commit is contained in:
@@ -175,7 +175,7 @@ namespace FlaxEditor.Windows.Profiler
|
|||||||
|
|
||||||
private string FormatCellBytes(object x)
|
private string FormatCellBytes(object x)
|
||||||
{
|
{
|
||||||
return Utilities.Utils.FormatBytesCount((ulong)x);
|
return Utilities.Utils.FormatBytesCount(Convert.ToUInt64(x));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
|||||||
Reference in New Issue
Block a user