summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-03-30 10:49:14 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-03-30 10:49:14 -0400
commit73bf43b5933846e786d7e97310488fc72b06d645 (patch)
treee4f66a81549e244c1ef4a3b31839ec7a8cbbf77a /indra/newview
parent865efe9af6cb353fd3b57741ba36239a21794e80 (diff)
line ending fixes
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llmeshrepository.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index 752e4c8744..cfb0609111 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -3475,10 +3475,10 @@ LLSD LLImportMaterial::asLLSD()
void LLMeshRepository::buildPhysicsMesh(LLModel::Decomposition& decomp)
{
- decomp.mMesh.resize(decomp.mHull.size());
-
- for (U32 i = 0; i < decomp.mHull.size(); ++i)
- {
+ decomp.mMesh.resize(decomp.mHull.size());
+
+ for (U32 i = 0; i < decomp.mHull.size(); ++i)
+ {
LLCDHull hull;
hull.mNumVertices = decomp.mHull[i].size();
hull.mVertexBase = decomp.mHull[i][0].mV;
@@ -3492,8 +3492,8 @@ void LLMeshRepository::buildPhysicsMesh(LLModel::Decomposition& decomp)
}
if (res == LLCD_OK)
{
- get_vertex_buffer_from_mesh(mesh, decomp.mMesh[i]);
- }
+ get_vertex_buffer_from_mesh(mesh, decomp.mMesh[i]);
+ }
}
if (!decomp.mBaseHull.empty() && decomp.mBaseHullMesh.empty())