There is the menu, with pygame surfaces, and the game, with OpenGL objects
and textures.  The pygame surfaces work fine, and I see the menu, but when
the OpenGL surfaces run, I just see a black screen.  I call
pygame.display.set_mode() each time I change, but changing from a pygame
surface to an OpenGL surface leaves the screen blank.

Reply via email to