MAINT-1421 FIXED "Show Memory" doesn't display memory stats on mac

master
maxim_productengine 2018-05-03 17:55:17 +03:00
parent 85df4c3031
commit 43335283bd
1 changed files with 0 additions and 2 deletions

View File

@ -391,14 +391,12 @@ public:
}
}
#if LL_WINDOWS
if (gSavedSettings.getBOOL("DebugShowMemory"))
{
addText(xpos, ypos,
STRINGIZE("Memory: " << (LLMemory::getCurrentRSS() / 1024) << " (KB)"));
ypos += y_inc;
}
#endif
if (gDisplayCameraPos)
{