Changes in / [010086b:c56629f] in python-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • game.py

    r010086b rc56629f  
    1616   glPushAttrib(GL_ALL_ATTRIB_BITS)
    1717   render3d(surface)
    18    glPopAttrib()
     18   glPopAttrib(GL_ALL_ATTRIB_BITS)
    1919
    2020   if showOverlay:
     
    2323      glPushAttrib(GL_ALL_ATTRIB_BITS)
    2424      projectOverlay(surface, overlay)
    25       glPopAttrib()
     25      glPopAttrib(GL_ALL_ATTRIB_BITS)
    2626
    2727
Note: See TracChangeset for help on using the changeset viewer.