mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 15:26:42 +02:00
Increase auto-resize timeout for Clara.io asset download from ATP
This commit is contained in:
parent
5b8a9c0bcd
commit
a4ff4f61b9
1 changed files with 1 additions and 1 deletions
|
@ -5829,7 +5829,7 @@ void Application::addAssetToWorldCheckModelSize() {
|
|||
// Increment count of checks done.
|
||||
_addAssetToWorldResizeList[entityID]++;
|
||||
|
||||
const int CHECK_MODEL_SIZE_MAX_CHECKS = 10;
|
||||
const int CHECK_MODEL_SIZE_MAX_CHECKS = 30;
|
||||
if (_addAssetToWorldResizeList[entityID] > CHECK_MODEL_SIZE_MAX_CHECKS) {
|
||||
// Have done enough checks; model was either the default size or something's gone wrong.
|
||||
|
||||
|
|
Loading…
Reference in a new issue