Changeset 010086b in python-game
- Timestamp:
- Apr 4, 2017, 3:54:17 AM (8 years ago)
- Branches:
- master
- Children:
- b3b0f3f
- Parents:
- c56629f (diff), a7f54e3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game.py
rc56629f r010086b 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.