summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorHoward Stearns <howard.stearns@gmail.com>2022-06-13 14:00:13 -0700
committerHoward Stearns <howard.stearns@gmail.com>2022-06-13 14:00:13 -0700
commit91a9665e35a3bfeb5a2bc81586a23e70bb2c7596 (patch)
tree7edfb7276731172e03595384473aff63a8b8c1d0 /indra/newview/llviewertexture.cpp
parentbdd76a6a1d0ee0fa5a8da76f1e8c8583822eeabe (diff)
SL-17485 - Make mac compiler happier.
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 16b07159ba..a6e7b01df7 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -524,7 +524,7 @@ void LLViewerTexture::getGPUMemoryForTextures(S32Megabytes &gpu, S32Megabytes &p
{
gpu_res = (S32Megabytes)gViewerWindow->getWindow()->getAvailableVRAMMegabytes();
- //check main memory, only works for windows.
+ //check main memory, only works for windows and macos.
LLMemory::updateMemoryInfo();
physical_res = LLMemory::getAvailableMemKB();