diff options
author | Beq Janus <beqjanus@gmail.com> | 2023-05-02 21:11:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 21:11:10 +0100 |
commit | 825440785423348c4e9e904f78bb93ddfdd41b9f (patch) | |
tree | 1208309277875182bf199fc6f33eb7c3db5e5c44 /indra/newview/llviewertexturelist.cpp | |
parent | 4ae5a8965f605ad36b4884a8475176666d84b840 (diff) | |
parent | 7ed52090a67882cd0bc904f1e0a9ce07cf6768e9 (diff) |
Merge branch 'main' into main
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rw-r--r-- | indra/newview/llviewertexturelist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 6306e15f5c..0a20c864dd 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -208,8 +208,8 @@ static std::string get_texture_list_name() void LLViewerTextureList::doPrefetchImages() { LL_PROFILE_ZONE_SCOPED_CATEGORY_TEXTURE; - gTextureTimer.start(); - gTextureTimer.pause(); + gTextureTimer.start(); + gTextureTimer.pause(); // todo: do not load without getViewerAssetUrl() // either fail login without caps or provide this |