diff options
author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-02-27 20:51:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-27 20:51:04 +0200 |
commit | 2f362aa1261129014bc0e10c8604be9af8540658 (patch) | |
tree | 92917183ce9c88e6ed38220514fb5a826fdebb6b /indra/llappearance/llavatarappearance.cpp | |
parent | ecac92c60c1ca92aae0bb940c8a7952146c99df0 (diff) | |
parent | b52842ee2a328d80834f9a62c1b130ec757b9a03 (diff) |
Merge pull request #3583 'faster avatar loading' into release/2025.03
Diffstat (limited to 'indra/llappearance/llavatarappearance.cpp')
-rw-r--r-- | indra/llappearance/llavatarappearance.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llappearance/llavatarappearance.cpp b/indra/llappearance/llavatarappearance.cpp index 95d55c835f..3d66809ed6 100644 --- a/indra/llappearance/llavatarappearance.cpp +++ b/indra/llappearance/llavatarappearance.cpp @@ -799,7 +799,6 @@ void LLAvatarAppearance::buildCharacter() bool status = loadAvatar(); stop_glerror(); -// gPrintMessagesThisFrame = true; LL_DEBUGS() << "Avatar load took " << timer.getElapsedTimeF32() << " seconds." << LL_ENDL; if (!status) |