mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
increase MAX_POINT_SIZE to 60
This commit is contained in:
parent
3156854c25
commit
1a55e97c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue