From 3670cf64eb31d8e8f76db1006cf35a87fc3d5b54 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Geenz\" Goodman" Date: Wed, 21 May 2025 21:04:14 -0400 Subject: White space. --- indra/newview/gltf/asset.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3