MAINT-1421 FIXED "Show Memory" doesn't display memory stats on mac
parent
85df4c3031
commit
43335283bd
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue