diff options
author | Brian <[email protected]> | 2007-06-28 07:13:39 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-28 07:16:13 -0600 |
commit | 1a55e97c9c1734f0808e4ed570be3826dba24417 (patch) | |
tree | 4151a5e220dd24405fea170231b56f6df23e68a5 /src/mesa/main/config.h | |
parent | 3156854c25cb41d7651a992cf30d42bfce04d593 (diff) |
increase MAX_POINT_SIZE to 60
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |