summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2025-05-21 21:04:14 -0400
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2025-05-21 21:04:14 -0400
commit3670cf64eb31d8e8f76db1006cf35a87fc3d5b54 (patch)
treea4f061a0837c1ee0c400e54af4019ff0f83267f1
parent30aa14d0b3f4e87580982e8a8f936bad1283e21a (diff)
White space.
-rw-r--r--indra/newview/gltf/asset.cpp1
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)