diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2025-05-21 21:04:14 -0400 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2025-05-21 21:04:14 -0400 |
commit | 3670cf64eb31d8e8f76db1006cf35a87fc3d5b54 (patch) | |
tree | a4f061a0837c1ee0c400e54af4019ff0f83267f1 | |
parent | 30aa14d0b3f4e87580982e8a8f936bad1283e21a (diff) |
White space.
-rw-r--r-- | indra/newview/gltf/asset.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/gltf/asset.cpp b/indra/newview/gltf/asset.cpp index 55b275ecb4..129661c195 100644 --- a/indra/newview/gltf/asset.cpp +++ b/indra/newview/gltf/asset.cpp @@ -965,7 +965,6 @@ bool Image::prep(Asset& asset, bool loadIntoVRAM) if (mLoadIntoTexturePipe) { U8* data = buffer.mData.data() + bufferView.mByteOffset; - mTexture = LLViewerTextureManager::getFetchedTextureFromMemory(data, bufferView.mByteLength, mMimeType); } else if (mTexture.isNull() && mLoadIntoTexturePipe) |