Changes in / [010086b:c56629f] in python-game
Legend:
- Unmodified
- Added
- Removed
-
game.py
r010086b rc56629f 16 16 glPushAttrib(GL_ALL_ATTRIB_BITS) 17 17 render3d(surface) 18 glPopAttrib( )18 glPopAttrib(GL_ALL_ATTRIB_BITS) 19 19 20 20 if showOverlay: … … 23 23 glPushAttrib(GL_ALL_ATTRIB_BITS) 24 24 projectOverlay(surface, overlay) 25 glPopAttrib( )25 glPopAttrib(GL_ALL_ATTRIB_BITS) 26 26 27 27
Note:
See TracChangeset
for help on using the changeset viewer.