From: Brian Date: Thu, 28 Jun 2007 13:13:39 +0000 (-0600) Subject: increase MAX_POINT_SIZE to 60 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a55e97c9c1734f0808e4ed570be3826dba24417;p=mesa.git increase MAX_POINT_SIZE to 60 --- diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 55199245568..cebef1c3832 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -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