increase MAX_POINT_SIZE to 60
authorBrian <brian.paul@tungstengraphics.com>
Thu, 28 Jun 2007 13:13:39 +0000 (07:13 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 28 Jun 2007 13:16:13 +0000 (07:16 -0600)
src/mesa/main/config.h

index 551992455681c4867f978597b69d1bf86f95fb1a..cebef1c3832d38e6d0901c7447281de81f1015d4 100644 (file)
@@ -82,7 +82,7 @@
 /** Minimum point size */
 #define MIN_POINT_SIZE 1.0
 /** Maximum point size */
-#define MAX_POINT_SIZE 20.0
+#define MAX_POINT_SIZE 60.0
 /** Point size granularity */
 #define POINT_SIZE_GRANULARITY 0.1