diff options
-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) |