bumps the default limit to 200K stars

This commit is contained in:
tosh 2013-03-27 15:53:30 +01:00
parent 8e0fe23ad6
commit 0a6cdf9da5

View file

@ -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.