Bump max tile loads to 24 by default
This commit is contained in:
parent
c6b5dcabf5
commit
c4de0383c0
|
|
@ -90,7 +90,7 @@ struct CESIUM3DTILESSELECTION_API TilesetOptions {
|
|||
* @brief The maximum number of tiles that may simultaneously be in the
|
||||
* process of loading.
|
||||
*/
|
||||
uint32_t maximumSimultaneousTileLoads = 20;
|
||||
uint32_t maximumSimultaneousTileLoads = 24;
|
||||
|
||||
/**
|
||||
* @brief Indicates whether the ancestors of rendered tiles should be
|
||||
|
|
|
|||
Loading…
Reference in New Issue