From cc43dd054fa78daf469e89b6fa86031de8dd43bc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 28 Apr 2017 18:43:46 +1000 Subject: [PATCH] Recent commit state broke lattice vertex drawing e4d856e3 caused lattice vertices not to draw in editmode. --- source/blender/gpu/intern/gpu_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/gpu/intern/gpu_draw.c b/source/blender/gpu/intern/gpu_draw.c index aea5cccf2e7..93b372336cb 100644 --- a/source/blender/gpu/intern/gpu_draw.c +++ b/source/blender/gpu/intern/gpu_draw.c @@ -2273,7 +2273,7 @@ void GPU_state_init(void) #ifndef WITH_GL_PROFILE_CORE /* TODO: remove this when we switch to core profile */ - if (!GLEW_VERSION_3_2) { + { glEnable(GL_POINT_SPRITE); } #endif