diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-10-03 20:01:44 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-10-03 20:01:44 +0800 |
| commit | 2b610653c8a7b090c677d515894af7318f81ac18 (patch) | |
| tree | 56eb034095fef5320dbb617590ae6cbe9099396a /indra/newview/llappviewer.cpp | |
| parent | f5e7c3a874dcbc4ea8ae23248c2685335bf1eacf (diff) | |
| parent | 3ff163887d49363e9d2d48ea343fa1c8da19c061 (diff) | |
Merge tag 'Second_Life_Test#3ff16388-2025.07' into 2025.07
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 6422d1befa..c3dc821b13 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3444,7 +3444,7 @@ LLSD LLAppViewer::getViewerInfo() const info["FONT_SIZE_ADJUSTMENT"] = gSavedSettings.getF32("FontScreenDPI"); info["UI_SCALE"] = gSavedSettings.getF32("UIScaleFactor"); info["DRAW_DISTANCE"] = gSavedSettings.getF32("RenderFarClip"); - info["NET_BANDWITH"] = gSavedSettings.getF32("ThrottleBandwidthKBPS"); + info["NET_BANDWITH"] = LLViewerThrottle::getMaxBandwidthKbps(); info["LOD_FACTOR"] = gSavedSettings.getF32("RenderVolumeLODFactor"); info["RENDER_QUALITY"] = (F32)gSavedSettings.getU32("RenderQualityPerformance"); info["TEXTURE_MEMORY"] = LLSD::Integer(gGLManager.mVRAM); |
