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