MAINT-8291 Fixed Scripts memory usage returns incorrect values in estate tools

master
andreykproductengine 2018-02-15 15:47:31 +02:00
parent 5ab314bb95
commit bbb516c5ae
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ void LLFloaterTopObjects::handleReply(LLMessageSystem *msg, void** data)
&& have_extended_data)
{
columns[column_num]["column"] = "memory";
columns[column_num]["value"] = llformat("%0.0f", (script_memory / 1000.f));
columns[column_num]["value"] = llformat("%0.0f", (script_memory / 1024.f));
columns[column_num++]["font"] = "SANSSERIF";
columns[column_num]["column"] = "URLs";