summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rw-r--r--indra/newview/llmeshrepository.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index 15e4149e5d..0af885068e 100644
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -1334,6 +1334,11 @@ void LLMeshUploadThread::run()
gMeshRepo.mDecompThread->submitRequest(request);
}
+ while (!mPhysicsComplete)
+ {
+ apr_sleep(100);
+ }
+
//upload textures
bool done = false;
do