diff options
| author | Callum Linden <113564339+callumlinden@users.noreply.github.com> | 2023-03-07 11:46:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 11:46:27 -0800 |
| commit | 6b0b751a207737c06544ac4de13174661b1dcb35 (patch) | |
| tree | 95f472eabe4407cca653af3a867808f32402551c /indra/newview/lldrawpoolbump.cpp | |
| parent | 98f0656f5c21a9469984cc8c916a1310d2fc2849 (diff) | |
| parent | 4072fd84fb201e37827a6a98264fadea18fd30e4 (diff) | |
Merge pull request #83 from KittyBarnett/DRTVWR-489-emoji
Drtvwr 489 emoji
Diffstat (limited to 'indra/newview/lldrawpoolbump.cpp')
| -rw-r--r-- | indra/newview/lldrawpoolbump.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index c4c88d304c..e6b6b10408 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -78,7 +78,9 @@ static S32 cube_channel = -1; static S32 diffuse_channel = -1; static S32 bump_channel = -1; -#define LL_BUMPLIST_MULTITHREADED 0 // TODO -- figure out why this doesn't work +// Enabled after changing LLViewerTexture::mNeedsCreateTexture to an +// LLAtomicBool; this should work just fine, now. HB +#define LL_BUMPLIST_MULTITHREADED 1 // static |
