diff options
| author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2025-05-16 19:12:40 -0400 | 
|---|---|---|
| committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2025-05-16 19:12:40 -0400 | 
| commit | a9c75d8136f9df6885e525ea8f2b383fe4a22593 (patch) | |
| tree | 230db29529405351c3cb2c8a1544b76cc762fa28 /indra | |
| parent | 9346015b615c506268a82fff4edf81a13f72ec66 (diff) | |
More white space.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/gltf/llgltfloader.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/newview/gltf/llgltfloader.cpp b/indra/newview/gltf/llgltfloader.cpp index 7570c33dcf..d9cee8b2ea 100644 --- a/indra/newview/gltf/llgltfloader.cpp +++ b/indra/newview/gltf/llgltfloader.cpp @@ -403,8 +403,6 @@ bool LLGLTFLoader::populateModelFromMesh(LLModel* pModel, const LL::GLTF::Mesh&                  vert.setNormal(normal);                  vert.mTexCoord = LLVector2(vertices[i].uv0.x, vertices[i].uv0.y);                  faceVertices.push_back(vert); - -                                  // create list of weights that influence this vertex                  LLModel::weight_list weight_list; | 
