Changeset a7f54e3 in python-game
- Timestamp:
- Apr 4, 2017, 3:31:38 AM (8 years ago)
- Branches:
- master
- Children:
- 010086b, b2d384b
- Parents:
- a7d1e5e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game.py
ra7d1e5e ra7f54e3 16 16 glPushAttrib(GL_ALL_ATTRIB_BITS) 17 17 render3d(surface) 18 glPopAttrib( GL_ALL_ATTRIB_BITS)18 glPopAttrib() 19 19 20 20 if showOverlay: … … 23 23 glPushAttrib(GL_ALL_ATTRIB_BITS) 24 24 projectOverlay(surface, overlay) 25 glPopAttrib( GL_ALL_ATTRIB_BITS)25 glPopAttrib() 26 26 27 27
Note:
See TracChangeset
for help on using the changeset viewer.