diff options
-rw-r--r-- | progs/glsl/points.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/glsl/points.c b/progs/glsl/points.c index e5ee38c449..98490f1819 100644 --- a/progs/glsl/points.c +++ b/progs/glsl/points.c @@ -71,8 +71,8 @@ DrawPoints(GLboolean shaderPoints) /** - * Top row of points rendered convetionally, - * bottom row rendered with shaders. + * Top row of points is rendered conventionally with GL_POINT_SMOOTH. + * Bottom row is rendered with special vertex/fragment shaders (see Init()). */ static void Redisplay(void) |