From ab8cd3e5d58b3d9263882c18ab516dd816f96ac4 Mon Sep 17 00:00:00 2001 From: TighMacFanatic Date: Fri, 16 Dec 2011 18:44:51 -0500 Subject: [PATCH] #endif location fix --- indra/newview/llmeshrepository.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index ae3d4ddc5..8036d18bc 100644 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -3326,12 +3326,12 @@ void LLPhysicsDecomp::doDecompositionSingleHull() } } } -#endif { completeCurrent(); } +#endif }