Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-04-28 11:43:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-28 11:43:46 +0300
commitcc43dd054fa78daf469e89b6fa86031de8dd43bc (patch)
tree0fe94cafb723f8eba2d7bd0b026a27f25ef4f4ca /source/blender
parent226b6e60b912b9923535bcda1618082959849f9d (diff)
Recent commit state broke lattice vertex drawing
e4d856e3 caused lattice vertices not to draw in editmode.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/gpu/intern/gpu_draw.c2
1 files changed, 1 insertions, 1 deletions
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