DRW: lattice vertices were too small

This commit is contained in:
Campbell Barton 2019-07-19 10:44:09 +10:00
parent 1ae4311902
commit 5f140e61c2
Notes: blender-bot 2023-02-14 04:59:02 +01:00
Referenced by issue #67424, Blender crashes when entering edit mode from sculpting mode
Referenced by issue #67359, Keyframes for material animations don't appear
Referenced by issue #67313, Wavelength Color not working
Referenced by issue #67195, denoising or using denoise passes on multiple GPUs is very slow
Referenced by issue #64843, Particle Edit mode for non hair particles - 2 Crashes
Referenced by issue #57936, Mesh modeling performance regressions
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ void main()
vertFlag = data;
gl_PointSize = sizeVertex;
gl_PointSize = sizeVertex * 2.0;
gl_Position = pPos;
#ifdef USE_WORLD_CLIP_PLANES