Recent commit state broke lattice vertex drawing

e4d856e3 caused lattice vertices not to draw in editmode.
This commit is contained in:
2017-04-28 18:43:46 +10:00
parent 226b6e60b9
commit cc43dd054f

View File

@@ -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