Merge pull request #666 from feketeimre/fix

Fix issue #145
This commit is contained in:
Luke Campagnola 2018-04-25 16:17:07 -07:00 committed by GitHub
commit f8719c436a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,9 @@ class GLScatterPlotItem(GLGraphicsItem):
glDisableClientState(GL_VERTEX_ARRAY)
glDisableClientState(GL_COLOR_ARRAY)
#posVBO.unbind()
##fixes #145
glDisable( GL_TEXTURE_2D )
#for i in range(len(self.pos)):
#pos = self.pos[i]