diff options
author | Anchor <none@none> | 2017-07-27 10:03:20 -0800 |
---|---|---|
committer | Anchor <none@none> | 2017-07-27 10:03:20 -0800 |
commit | 33ef63f3ed03bf5444bc642c3f2d4c0c623d1295 (patch) | |
tree | dae6390de8173c5c78b14e87a231e3b193c64ddd /indra/llappearance/lltexlayer.cpp | |
parent | f1e52656e9e328d66aa5050bc9e59948a0217283 (diff) |
1024*1024 baking texture size.
Diffstat (limited to 'indra/llappearance/lltexlayer.cpp')
-rw-r--r-- | indra/llappearance/lltexlayer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llappearance/lltexlayer.cpp b/indra/llappearance/lltexlayer.cpp index 2cf86bb4fe..cc7fc73e85 100644 --- a/indra/llappearance/lltexlayer.cpp +++ b/indra/llappearance/lltexlayer.cpp @@ -187,8 +187,8 @@ BOOL LLTexLayerSetBuffer::renderTexLayerSet() LLTexLayerSetInfo::LLTexLayerSetInfo() : mBodyRegion( "" ), - mWidth( 512 ), - mHeight( 512 ), + mWidth( 1024 ), + mHeight( 1024 ), mClearAlpha( TRUE ) { } |