mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
bumps the default limit to 200K stars
This commit is contained in:
parent
8e0fe23ad6
commit
0a6cdf9da5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Stars
|
|||
* The limit parameter allows to reduce the number of stars
|
||||
* that are loaded, keeping the brightest ones.
|
||||
*/
|
||||
bool readInput(const char* url, unsigned limit = 50000);
|
||||
bool readInput(const char* url, unsigned limit = 200000);
|
||||
|
||||
/**
|
||||
* Renders the starfield from a local viewer's perspective.
|
||||
|
|
Loading…
Reference in a new issue