mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +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.
|
// Increment count of checks done.
|
||||||
_addAssetToWorldResizeList[entityID]++;
|
_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) {
|
if (_addAssetToWorldResizeList[entityID] > CHECK_MODEL_SIZE_MAX_CHECKS) {
|
||||||
// Have done enough checks; model was either the default size or something's gone wrong.
|
// Have done enough checks; model was either the default size or something's gone wrong.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue