Cleanup: remove redundant gl_PointSize assignment

This commit is contained in:
Campbell Barton 2019-07-05 20:07:33 +10:00
parent e7325bedfb
commit 4125a330b9
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ void main()
# endif
#endif
gl_PointSize = sizeVertex * 2.0;
#ifdef USE_WORLD_CLIP_PLANES
world_clip_planes_calc_clip_distance(world_pos);
#endif