Skip to content

Commit

Permalink
BF: Remove STENCIL_TEST when setting window's OpenGL context to current
Browse files Browse the repository at this point in the history
  • Loading branch information
dvbridges committed Jul 3, 2019
1 parent 1ca364b commit 78d65fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions psychopy/visual/window.py
Expand Up @@ -687,8 +687,6 @@ def _setCurrent(self):
# NB - check if we need these
GL.glActiveTexture(GL.GL_TEXTURE0)
GL.glBindTexture(GL.GL_TEXTURE_2D, 0)
if GL.glIsEnabled(GL.GL_STENCIL_TEST):
GL.glEnable(GL.GL_STENCIL_TEST)

# setup retina display if applicable
global retinaContext
Expand Down

0 comments on commit 78d65fd

Please sign in to comment.