Changeset a7f54e3 in python-game for game.py


Ignore:
Timestamp:
Apr 4, 2017, 3:31:38 AM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
010086b, b2d384b
Parents:
a7d1e5e
Message:

Call glPopAttrib() with the correct number of arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game.py

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