From 0a6cdf9da5cf2f343db1872e13cef77b15ee62bf Mon Sep 17 00:00:00 2001 From: tosh Date: Wed, 27 Mar 2013 15:53:30 +0100 Subject: [PATCH] bumps the default limit to 200K stars --- interface/src/Stars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Stars.h b/interface/src/Stars.h index 291deaf7b9..4316007a5a 100644 --- a/interface/src/Stars.h +++ b/interface/src/Stars.h @@ -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.