removed an unused var
This commit is contained in:
parent
102a211728
commit
e6cac33ec8
|
@ -1664,7 +1664,6 @@ namespace vcg
|
||||||
pointsize = glopts->_perpoint_pointsize;
|
pointsize = glopts->_perpoint_pointsize;
|
||||||
glPointSize(pointsize);
|
glPointSize(pointsize);
|
||||||
}
|
}
|
||||||
GLenum err;
|
|
||||||
if (glopts->_perpoint_dot_enabled)
|
if (glopts->_perpoint_dot_enabled)
|
||||||
{
|
{
|
||||||
glEnable(GL_BLEND);
|
glEnable(GL_BLEND);
|
||||||
|
|
Loading…
Reference in New Issue