[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] pygame.display.set_mode() and OpenGL



Hi,
 
I'm working on my OpenGL game, and am trying to make the screen resizeable.  The game runs just fine, but then, when I try to resize it, the screen goes dark at the new pygame.display.set_mode() call.  I made sure the proper flags are being set as well.  I tried quiting and reiniting the screen with the same effect.  Ideas?
 
Ian