diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-08-26 16:22:45 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-08-26 19:10:32 +0300 |
commit | 5003b8ac002793f747c529bf7b5fc71bf702d620 (patch) | |
tree | f3046e580a53275587082e56f952c73e7560a3b6 /indra/newview/llagent.cpp | |
parent | 9150b16bbad64d4237b3234dbc1960ce4a45a519 (diff) |
SL-15872 Update sUseFBO correctly when changing graphics settings
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 389448654a..1e7711e577 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -2895,7 +2895,7 @@ bool LLAgent::requestGetCapability(const std::string &capName, httpCallback_t cb { std::string url; - url = getRegion()->getCapability(capName); + url = getRegionCapability(capName); if (url.empty()) { |