diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-07-17 14:42:35 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-07-17 14:42:35 -0400 |
commit | c11ecfddff7e8769ad9b0c0a6f039193c031b8a3 (patch) | |
tree | 796e5a6ede09a69467e144dfb22a0b166ae608e2 /indra/llappearance | |
parent | 234ca77f19e53de1c02f8a641530ba89c90f1298 (diff) |
DRTVWR-447: Force rebuild with new BUGSPLAT_DB value.
Diffstat (limited to 'indra/llappearance')
-rw-r--r-- | indra/llappearance/lllocaltextureobject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llappearance/lllocaltextureobject.cpp b/indra/llappearance/lllocaltextureobject.cpp index f49cf21512..3f564ec3de 100644 --- a/indra/llappearance/lllocaltextureobject.cpp +++ b/indra/llappearance/lllocaltextureobject.cpp @@ -210,4 +210,3 @@ void LLLocalTextureObject::setBakedReady(BOOL ready) { mIsBakedReady = ready; } - |